]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] make process_cli() not depend on req->h anymore
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Dec 2006 18:57:26 +0000 (19:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 Dec 2006 18:57:26 +0000 (19:57 +0100)
commita4cd1f50ccbe3badf6b79502c10c46333134cb18
tree64aefbaf3cdca409035e357af8d0f2e46dc0d3d4
parent09733ab10906ab5a8bc2cd5d15a98f2df57e3fc1
[MEDIUM] make process_cli() not depend on req->h anymore

Local variables now keep the start and end of line at any moment.
req->h has been removed and will soon be removable from the buffer.
src/proto_http.c