MINOR: http: add the new sample fetches req.hdr_names and res.hdr_names
authorWilly Tarreau <w@1wt.eu>
Fri, 20 Feb 2015 12:55:29 +0000 (13:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Feb 2015 13:00:44 +0000 (14:00 +0100)
commiteb27ec756975af2258d94645241e5e64ff07164b
tree48c01308b7e6e5f2a606b128e0885a64a34b2834
parentc90dc23e991ec538deb1085ac69c05327c8181d1
MINOR: http: add the new sample fetches req.hdr_names and res.hdr_names

These new sample fetches retrieve the list of header names as they appear
in the request or response. This can be used for debugging, for statistics
as well as an aid to better detect the presence of proxies or plugins on
some browsers, which alter the request compared to a regular browser by
adding or reordering headers.
doc/configuration.txt
src/proto_http.c