]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: Add function to remove all occurrences of a value in a header
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 May 2026 13:27:18 +0000 (15:27 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 May 2026 16:28:07 +0000 (18:28 +0200)
commit547c2e4e785aefaee9791b2afd0f63816131e075
treef28e34e71cc3f9d2a33efc3995f25a8ece2cfefa
parent3ac082b2b2c891db4205fb04c9d7162a139d07d3
MINOR: http: Add function to remove all occurrences of a value in a header

http_remove_header_value() function was added to parse a header value and
remove all occurrences of a specific value.

This patch is mandatory to fix a bug.
include/haproxy/http.h