]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: start to centralize the forwarding code
authorWilly Tarreau <w@1wt.eu>
Fri, 18 Apr 2014 07:53:50 +0000 (09:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 21:15:28 +0000 (23:15 +0200)
commitc623c17b13770682930b0d22e71bbe71630d7152
tree9d49a194bf24a48d4172182dd78c27b40704a871
parent168ebc5e2bfe7686e25bb0a95b19f19846c0c483
MEDIUM: http: start to centralize the forwarding code

Doing so avoids calling channel_forward() for each part of the chunk
parsing and lowers the number of calls to channel_forward() to only
one per buffer, resulting in about 11% performance increase on small
chunks forwarding rate.
src/proto_http.c