From f0beb4059eec48ae23937148bdbe2b24c470cc38 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Wed, 26 Dec 2012 02:48:50 +0000 Subject: fix prev. patch. Obtained from: project repository. --- net/haproxy-devel/files/patch-src-proto_http.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'net/haproxy-devel/files/patch-src-proto_http.c') 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 @@ } } } -- cgit v1.2.3