mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 17:46:57 +02:00
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.