aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy-devel
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2012-12-26 02:48:50 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2012-12-26 02:48:50 +0000
commitf0beb4059eec48ae23937148bdbe2b24c470cc38 (patch)
tree42dc9d9398351f12e4a72d3be1d46f10bdaeb0e5 /net/haproxy-devel
parent9a31a4717bdc0b2fbc854ff8e0d465b60b19ed5b (diff)
downloadports-f0beb4059eec48ae23937148bdbe2b24c470cc38.tar.gz
ports-f0beb4059eec48ae23937148bdbe2b24c470cc38.zip
Notes
Diffstat (limited to 'net/haproxy-devel')
-rw-r--r--net/haproxy-devel/files/patch-src-proto_http.c7
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 @@
}
}
}