commit | c88ea68ef18b3f5788285420f4d8a51fefa274ca | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 29 14:56:36 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 29 14:56:36 2009 +0100 |
tree | 2703c3098eedb2cd8f1f274f53b1baca3e34aff8 | |
parent | 1464140fce325381177af5aa7bdd114800ce3cb2 [diff] |
[MEDIUM] http: add some SI_FL_NOLINGER around server errors When we catch an error from the server, speed up the connection abort since we don't want to remain long with pending data in the socket, and we want to be able to reuse our source port ASAP.