]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stats: add support for several packets in stats admin
authorCyril Bonté <cyril.bonte@free.fr>
Thu, 10 Feb 2011 21:54:44 +0000 (22:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Feb 2011 12:10:18 +0000 (13:10 +0100)
commit23b39d98593ccd549821b280e218a426e4d9bc37
tree2beba0849c33f022932251f717c1e755856e6264
parent5c4784f4b8f29da0301894cd0c2ee01cb983c375
[MINOR] stats: add support for several packets in stats admin

Some browsers send POST requests in several packets, which was not supported
by the "stats admin" function.

This patch allows to wait for more data when they are not fully received
(we are still limited to a certain size defined by the buffer size minus its
reserved space).
It also adds support for the "Expect: 100-Continue" header.
doc/configuration.txt
src/proto_http.c