fix prev. patch.

Obtained from: project repository.
This commit is contained in:
Dmitry Sivachenko 2012-12-26 02:48:50 +00:00
parent 9a31a4717b
commit f0beb4059e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309498

View File

@ -1,11 +1,6 @@
--- src/proto_http.c.orig 2012-12-24 19:48:14.000000000 +0400
+++ src/proto_http.c 2012-12-26 00:10:46.000000000 +0400
@@ -3113,11 +3113,11 @@
trash.str[trash.len++] = ' ';
trash.len += build_logline(s, trash.str + trash.len, trash.size - trash.len, &rule->arg.hdr_add.fmt);
http_header_add_tail2(&txn->req, &txn->hdr_idx, trash.str, trash.len);
- break;
+ return rule;
@@ -3113,8 +3113,8 @@
}
}
}