commit | 6c2cbe14e4bea0f7aafa4923e723ddfee6e0e2aa | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 03 17:07:49 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 03 17:07:49 2010 +0100 |
tree | 240a642b439bb6c33e77b8b9cf8826cc6d483b77 | |
parent | bc5aa19e97736c28572e66e6d97e21915647a9df [diff] |
[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.