haproxy/include
Willy Tarreau 4c283dce4b [MINOR] stream_sock: add SI_FL_NOLINGER for faster close
This new flag may be set by any user on a stream interface to tell
the underlying protocol that there is no need for lingering on the
socket since we know the other side either received everything or
does not care about what we sent.

This will typically be used with forced server close in HTTP mode,
where we want to quickly close a server connection after receiving
its response. Otherwise the system would prevent us from reusing
the same port for some time.
2009-12-29 14:36:34 +01:00
..
common [MEDIUM] Decrease server health based on http responses / events, version 3 2009-12-16 00:29:27 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MAJOR] http: implement body parser 2009-12-27 22:54:55 +01:00
types [MINOR] stream_sock: add SI_FL_NOLINGER for faster close 2009-12-29 14:36:34 +01:00