]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: add a new function to iterate over each header line
authorWilly Tarreau <w@1wt.eu>
Fri, 20 Feb 2015 12:51:36 +0000 (13:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Feb 2015 13:00:44 +0000 (14:00 +0100)
commitc90dc23e991ec538deb1085ac69c05327c8181d1
tree629c4a696d26ce7590d36b2e742fb52c639b5211
parent2d7ec46b046c3615b2ed3dbf2384dccff9bc342c
MINOR: http: add a new function to iterate over each header line

New function http_find_next_header() will be used to scan all the input
headers for various processing and for http/1 to http/2 header mapping.
src/proto_http.c