]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] always have msg->sol point to beginning of message
authorWilly Tarreau <w@1wt.eu>
Wed, 2 May 2007 18:58:19 +0000 (20:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2007 12:05:14 +0000 (14:05 +0200)
commit9cdde230a5a81c51a770629f6580059d804640c4
treebd2cdbc09ce3b2e2d40cb9046b66e1fe74976b0f
parent2e8eb67762cf6e700b12070516c325fba96450e6
[MEDIUM] always have msg->sol point to beginning of message

Since the 'data' pointer is not stored in message structures, it is
useful to have such a pointer to it when the message has been fully
parsed.
include/types/proto_http.h
src/proto_http.c