haproxy/include
Willy Tarreau 962c3f4aab [MEDIUM] http: fix handling of message pointers
Some message pointers were not usable once the message reached the
HTTP_MSG_DONE state. This is the case for ->som which points to the
body because it is needed to parse chunks. There is one case where
we need the beginning of the message : server redirect. We have to
call http_get_path() after the request has been parsed. So we rely
on ->sol without counting on ->som. In order to achieve this, we're
making ->rq.{u,v} relative to the beginning of the message instead
of the buffer. That simplifies the code and makes it cleaner.

Preliminary tests show this is OK.
2010-01-10 00:15:35 +01:00
..
common [MINOR]: stats: add show-legends to report additional informations 2010-01-06 00:28:06 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MEDIUM] http: make safer use of the DONT_READ and AUTO_CLOSE flags 2010-01-07 00:20:41 +01:00
types [MEDIUM] http: fix handling of message pointers 2010-01-10 00:15:35 +01:00