commit | dc979f24929ad5352832730954c83ba47afe24cc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 04 10:39:01 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 04 10:52:22 2012 +0100 |
tree | 7d2c8f9d8aa903cf3ce54ff5e47c849db3775864 | |
parent | 1eb20efe701ef555efb430bf42d9c3064d2c3c7e [diff] |
BUG/MINOR: http: don't log a 503 on client errors while waiting for requests If a client aborts a request with an error (typically a TCP reset), we must log a 400. Till now we did not set the status nor close the stream interface, causing the request to attempt to be forwarded and logging a 503. Should be backported to 1.4 which is affected as well.