haproxy/include
Willy Tarreau 09d1e254c9 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.
2012-05-18 22:43:55 +02:00
..
common MINOR: standard: add a new debug macro : fddebug() 2012-05-13 00:21:17 +02:00
import
proto MINOR: buffers: add a rewind function 2012-05-18 22:11:27 +02:00
types MAJOR: http: stop using msg->sol outside the parsers 2012-05-18 22:43:55 +02:00