commit | 6b726adb35d998eb55671c0d98ef889cb9fd64ab | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 15 19:31:37 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 16 02:23:54 2013 +0100 |
tree | ea3a7632b5461cb499d7d916175c542438b0d8d9 | |
parent | 9420b1271d3c800033e8af20c8fcad4258ac27ee [diff] |
MEDIUM: http: do not report connection errors for second and further requests In HTTP keep-alive, if we face a connection error to the server while sending the request, the error should not be reported, and the client-side connection should simply be closed, so that client knows it can retry. This can happen if the server has too short a keep-alive timeout and quits at the same moment the new request comes in.