diff options
-rw-r--r-- | net/haproxy-devel/files/patch-src-proto_http.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/haproxy-devel/files/patch-src-proto_http.c b/net/haproxy-devel/files/patch-src-proto_http.c index 7d9f3e33a136..1b918994bb12 100644 --- a/net/haproxy-devel/files/patch-src-proto_http.c +++ b/net/haproxy-devel/files/patch-src-proto_http.c @@ -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 @@ } } } |