]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] http: take care of errors, timeouts and aborts during the data phase
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Jan 2010 16:07:49 +0000 (17:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Jan 2010 16:07:49 +0000 (17:07 +0100)
commit6c2cbe14e4bea0f7aafa4923e723ddfee6e0e2aa
tree240a642b439bb6c33e77b8b9cf8826cc6d483b77
parentbc5aa19e97736c28572e66e6d97e21915647a9df
[BUG] http: take care of errors, timeouts and aborts during the data phase

In server-close mode particularly, the response buffer is marked for
no-auto-close after a response passed through. This prevented a POST
request from being aborted on errors, timeouts or anything if the
response was received before the request was complete.
src/proto_http.c