haproxy/include
Willy Tarreau fa355d4a51 [MINOR] http: keep pointer to beginning of data
We now set msg->col and msg->sov to the first byte of non-header.
They will be used later when parsing chunks. A new macro was added
to perform size additions on an http_msg in order to limit the risks
of copy-paste in the long term.

During this operation, it appeared that the http_msg struct was not
optimal on 64-bit, so it was re-ordered to fill the holes.
2009-11-29 18:12:29 +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] http: keep pointer to beginning of data 2009-11-29 18:12:29 +01:00
types [MINOR] http: keep pointer to beginning of data 2009-11-29 18:12:29 +01:00