]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: take a capture of bad content-lengths.
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Sep 2011 18:33:27 +0000 (20:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Sep 2011 22:54:57 +0000 (00:54 +0200)
commitad14f753eaf63d46b1c7ff800e3bc4dc55c2ed25
treea37e3b572a1e91af87d1437f63c4c258b8a3aa9d
parent3b8c08a174dfffd12c5cb178067e35a356b6f2cb
[MINOR] http: take a capture of bad content-lengths.

Sometimes a bad content-length header is encountered and this causes
an abort. It's hard to debug without a trace, so let's take a capture
of the contents when this happens.
src/proto_http.c