commit | 09d1e254c9b96300e425d0a99a162618cab12c38 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 18 22:36:34 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 18 22:43:55 2012 +0200 |
tree | 39dd3be598db5eae1f8225b880655371b0aa201b | |
parent | d1de8af362905d43bcd96e7522fcee62a93a53bf [diff] |
MAJOR: http: stop using msg->sol outside the parsers This is a left-over from the buffer changes. Msg->sol is always null at the end of the parsing, so we must not use it anymore to read headers or find the beginning of a message. As a side effect, the dump of the request in debug mode is working again because it was relying on msg->sol not being null. Maybe it will even be mergeable with another of the message pointers.