commit | 10079f59b70a87db39bbd5e9b3750e64c636789a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 03 15:17:28 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 16:00:45 2018 +0200 |
tree | 8e8819ab548925a08bde65dd94cec76f82a8e2a3 | |
parent | 702226c8275ff3e6a4ef308b099a9ff445bee463 [diff] |
MINOR: http: Export some functions and do cleanup to prepare HTTP refactoring To ease the refactoring, the function "http_header_add_tail" have been remove. Now, "http_header_add_tail2" is always used. And the function "capture_headers" have been renamed into "http_capture_headers". Finally, some functions have been exported.