commit | 6acf7c9179701831ad60090e16c30f4a5b09e8a4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 09 13:30:45 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 12:28:12 2012 +0200 |
tree | e4a2bce4eb619a3a6347e0e76dc1ed8f49a8002d | |
parent | 45c0d98769fe7cd23608c5d547a8aa19d7120837 [diff] |
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