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.
This commit is contained in:
Willy Tarreau 2018-09-10 18:41:28 +02:00
parent e10cd48a83
commit ab813a4b05
5 changed files with 462 additions and 455 deletions