haproxy/include
Willy Tarreau 655dce90d4 [MINOR] http: create new MSG_BODY sub-states
An HTTP message can be decomposed into several sub-states depending
on the transfer-encoding. We'll have to keep these state information
while parsing chunks, so we must extend the values. In order not to
change everything, we'll now consider that anything >= MSG_BODY is
the body, and that the value indicates the precise state. The
MSG_ERROR status which was greater than MSG_BODY was moved for this.
2009-11-08 13:10:58 +01:00
..
common [MINOR] tools: add hex2i() function to convert hex char to int 2009-11-02 20:12:52 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MINOR] server tracking: don't care about the tracked server's mode 2009-11-02 11:08:00 +01:00
types [MINOR] http: create new MSG_BODY sub-states 2009-11-08 13:10:58 +01:00