]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: http: move some header value processing functions to http.c
authorWilly Tarreau <w@1wt.eu>
Mon, 10 Sep 2018 16:41:28 +0000 (18:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Sep 2018 08:30:25 +0000 (10:30 +0200)
commitab813a4b053c73df13b7980d37a782ebff772a9b
tree7291d7e46501a6130ba69013d0857e98c2ca89db
parente10cd48a83d3faa6aa2c7e1d293275bcdb6cb4ad
REORG: http: move some header value processing functions to http.c

The following functions only deal with header field values and are agnostic
to the HTTP version so they were moved to http.c :

http_header_match2(), find_hdr_value_end(), find_cookie_value_end(),
extract_cookie_value(), parse_qvalue(), http_find_url_param_pos(),
http_find_next_url_param().

Those lacking the "http_" prefix were modified to have it.
include/common/http.h
include/common/standard.h
src/flt_http_comp.c
src/http.c
src/proto_http.c