commit | e69eada05773a86cc69edcc773262e9863ff501a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 27 00:34:10 2008 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Feb 14 23:14:30 2008 +0100 |
tree | a2c298d6661f594ad2ff47adf6c10bde416090f4 | |
parent | cf1d572f2a00cff3a6776359d20fb83c401d4b32 [diff] |
[OPTIM] used unsigned ints for HTTP state and message offsets State and offsets within http_msg were incorrectly set to signed int. Turning them into unsigned slightly improved performance while reducing code size.