commit | 2df8d713b351e2d4824f7637c5c88cd179ad12a9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 01 11:33:17 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 01 11:33:17 2009 +0200 |
tree | 2c3f4bfe9f2b2e5cc152d2103e539e1182f01fc1 | |
parent | 79e998919660b2ec6d5dc11be9d820c5c1965460 [diff] |
[BUG] fix wrong pointer arithmetics in HTTP message captures The pointer arithmetics was wrong in http_capture_bad_message(). This has no impact right now because the error only msg->som was affected and right now it's always 0. But this was a bug waiting for keepalive support to strike.