haproxy/include
Willy Tarreau 610ecceef9 [MAJOR] http: fix again the forward analysers
There were still several situations leading to CLOSE_WAIT sockets
remaining there forever because some complex transitions were
obviously not caught due to the impossibility to resync changes
between the request and response FSMs.

This patch now centralizes the global transaction state and feeds
it from both request and response transitions. That way, whoever
finishes first, there will be no issue for converging to the correct
state.

Some heavy use of the new debugging function has helped a lot. Maybe
those calls could be removed after some time. First tests are very
positive.
2010-01-04 21:15:02 +01:00
..
common [MEDIUM] config: remove the limitation of 10 config files 2010-01-03 21:22:14 +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 [MAJOR] http: fix again the forward analysers 2010-01-04 21:15:02 +01:00