haproxy/include
Willy Tarreau 1e62de615b [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions
It is quite hard to track when the current session has already been counted
or discounted from the server's total number of established sessions. For
this reason, we introduce a new session flag, SN_CURR_SESS, which indicates
if the current session is one of those reported by the server or not. It
simplifies session accounting and makes it far more robust. It also makes
it possible to perform a last-minute cleanup during session_free().

Right now, with this fix and a few more buffer transitions fixes, no session
were found to remain after a test.
2008-11-11 20:26:58 +01:00
..
common [OPTIM] add compiler hints in tick_is_expired() 2008-11-02 10:19:09 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MAJOR] add a connection error state to the stream_interface 2008-11-03 06:26:53 +01:00
types [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions 2008-11-11 20:26:58 +01:00