]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[OPTIM] http: optimize chunking again in non-interactive mode
authorWilly Tarreau <w@1wt.eu>
Mon, 30 May 2011 16:29:28 +0000 (18:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 30 May 2011 16:42:41 +0000 (18:42 +0200)
commit0729303fb0a4d43df35f0bf00619154a93345788
treed2f40fbcb13733f500abe4b0fedd29d31e793f95
parent96e312139afca1968e0a5966ffa6249efc4989e9
[OPTIM] http: optimize chunking again in non-interactive mode

Now that we support the http-no-delay mode, we can optimize HTTP
chunking again by always waiting for more data to come until the
last chunk is met.

This patch may or may not be backported to 1.4, it's not a big deal,
it will mainly help for chunks which are aligned with the buffer size.
src/proto_http.c