]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: Export some functions and do cleanup to prepare HTTP refactoring
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Oct 2018 13:17:28 +0000 (15:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2018 14:00:45 +0000 (16:00 +0200)
commit10079f59b70a87db39bbd5e9b3750e64c636789a
tree8e8819ab548925a08bde65dd94cec76f82a8e2a3
parent702226c8275ff3e6a4ef308b099a9ff445bee463
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.
include/proto/proto_http.h
src/proto_http.c