]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: remove buffer arg in a few header manipulation functions
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Mar 2012 12:30:45 +0000 (13:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 10:28:12 +0000 (12:28 +0200)
commit6acf7c9179701831ad60090e16c30f4a5b09e8a4
treee4a2bce4eb619a3a6347e0e76dc1ed8f49a8002d
parent45c0d98769fe7cd23608c5d547a8aa19d7120837
MEDIUM: http: remove buffer arg in a few header manipulation functions

The buffer pointer is now taken from the http_msg in the following functions :

 - http_remove_header2
 - http_header_add_tail
 - http_header_add_tail2
 - http_parse_connection_header
 - http_change_connection_header
src/proto_http.c