]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http: remove some leftovers from recent cleanups
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Oct 2018 16:37:27 +0000 (18:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Oct 2018 16:37:27 +0000 (18:37 +0200)
commit491cec20be7cd79355f970154341f1e2bb07be9b
tree1e40c9211bbc328158efe331825f4be047533945
parent61c112aa5bf5f2b9bb2ad55f00c4c9952022dc29
CLEANUP: http: remove some leftovers from recent cleanups

The prototypes of functions find_hdr_value_end(), extract_cookie_value()
and http_header_match2() were still in proto_http.h while some of them
don't exist anymore and the others were just moved. Let's remove them.
In addition, da.c was updated to use http_extract_cookie_value() which
is the correct one.
include/proto/proto_http.h
src/da.c