commit | fa355d4a51072ef2f0bc37147d7048e6b758cab0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 29 18:12:29 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 29 18:12:29 2009 +0100 |
tree | b58a01cd7fe37002eae9f6985d74ada5dbc96b11 | |
parent | 53319c91ef25e23b823d59bb2b5e32ccc582e1b3 [diff] |
[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.