]> git.kaiwu.me - haproxy.git/commit
MINOR: http: add the function "del-header" to the directives http-request and http...
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 22 Apr 2014 16:07:25 +0000 (18:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 17:13:50 +0000 (19:13 +0200)
commitdad3d1d402a08d0fd6c14736756279a0949ff4ee
tree902cbe7968df23fb9446ab9b2137f44070a2328e
parentff11554c15e6a2be48665c55af37f7175d342109
MINOR: http: add the function "del-header" to the directives http-request and http-response

This patch permits to remove all HTTP request and response header fields
whose name is specified in <name>.
doc/configuration.txt
include/types/proto_http.h
src/proto_http.c