commit | 491cec20be7cd79355f970154341f1e2bb07be9b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 02 18:37:27 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 02 18:37:27 2018 +0200 |
tree | 1e40c9211bbc328158efe331825f4be047533945 | |
parent | 61c112aa5bf5f2b9bb2ad55f00c4c9952022dc29 [diff] |
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.