]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: take a capture of truncated responses
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Sep 2011 18:16:24 +0000 (20:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Sep 2011 22:54:56 +0000 (00:54 +0200)
commit3b8c08a174dfffd12c5cb178067e35a356b6f2cb
treecd60613af18b0a75871d43b6c6269f5e4071b5ef
parentfec4d89b24ffc5f2599fe8595c6fd8b967b7a667
[MINOR] http: take a capture of truncated responses

If a server starts to respond but stops before the body, then we
capture the truncated response. We don't do this on the request
because it would happen too often upon stupid attacks.
src/proto_http.c