]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: http: turn http_msg->eol to a buffer-relative offset
authorWilly Tarreau <w@1wt.eu>
Mon, 5 Mar 2012 15:57:34 +0000 (16:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 10:28:12 +0000 (12:28 +0200)
commit12e48b36dd6caf6b51b3f1cffb92fb4fa116e237
tree0599b2a231b6f43195ed7f79e0318ec62ccbddca
parentfa4a03ca08431a974e1ccb493b2e2adea1ac33df
MAJOR: http: turn http_msg->eol to a buffer-relative offset

It was an absolute pointer to the buffer's data, now it's a pointer relative
to the buffer's origin.
include/types/proto_http.h
src/proto_http.c