]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] http: add some SI_FL_NOLINGER around server errors
authorWilly Tarreau <w@1wt.eu>
Tue, 29 Dec 2009 13:56:36 +0000 (14:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Dec 2009 13:56:36 +0000 (14:56 +0100)
commitc88ea68ef18b3f5788285420f4d8a51fefa274ca
tree2703c3098eedb2cd8f1f274f53b1baca3e34aff8
parent1464140fce325381177af5aa7bdd114800ce3cb2
[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.
src/proto_http.c