]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: http: make http_msg->sol relative to buffer's origin
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Mar 2012 20:39:51 +0000 (21:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 10:28:12 +0000 (12:28 +0200)
commit3a215bedba88d7b5d2b3f5b7d8410ba912b01022
tree812a56036509ff5737b133dd2b52c83b8fdd809f
parent62f791ea6f3f828888bf5c9a33b42363313ba1d8
MAJOR: http: make http_msg->sol relative to buffer's origin

msg->sol is now a relative pointer just like all other ones. There is no
more absolute references to the buffer outside the struct buffer itself.

Next two cleanups should include removing buffer references to functions
which already have an msg, and removal of wrapping detection in request
and response parsing which cannot wrap by definition.
include/types/proto_http.h
src/backend.c
src/proto_http.c