mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-22 18:41:06 +01:00
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.