commit | ab813a4b053c73df13b7980d37a782ebff772a9b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Sep 10 18:41:28 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 11 10:30:25 2018 +0200 |
tree | 7291d7e46501a6130ba69013d0857e98c2ca89db | |
parent | e10cd48a83d3faa6aa2c7e1d293275bcdb6cb4ad [diff] |
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.