haproxy/include
Willy Tarreau 90deb18916 [MEDIUM] http: make safer use of the DONT_READ and AUTO_CLOSE flags
Several HTTP analysers used to set those flags to values that
were useful but without considering the possibility that they
were not called again to clean what they did. First, replace
direct flag manipulation with more explicit macros. Second,
enforce a rule stating that any buffer which changes one of
these flags from the default must restore it after completion,
so that other analysers see correct flags.

With both this fix and the previous one about analyser bits,
we should not see any more stuck sessions.
2010-01-07 00:20:41 +01:00
..
common [MINOR]: stats: add show-legends to report additional informations 2010-01-06 00:28:06 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MEDIUM] http: make safer use of the DONT_READ and AUTO_CLOSE flags 2010-01-07 00:20:41 +01:00
types [MEDIUM] default-server support 2010-01-06 00:28:06 +01:00