]> git.kaiwu.me - haproxy.git/commit
[BUG] http_server_error() must not purge a previous pending response
authorWilly Tarreau <w@1wt.eu>
Fri, 22 Jan 2010 13:17:47 +0000 (14:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 22 Jan 2010 13:20:17 +0000 (14:20 +0100)
commitd5fd51c75be6479539228f84377622a986b23be2
tree233c097ea21f9d54ecf087081464d44b8ff0c3a9
parente803de2c6baf07b95a4432f1c99af8ac761f58be
[BUG] http_server_error() must not purge a previous pending response

This can cause parts of responses to be truncated in case of
pipelined requests if the second request generates an error
before the first request is completely flushed.
src/proto_http.c