]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM/CLEANUP: http: rewrite and lighten http_transform_header() prototype
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 16 Mar 2015 22:54:35 +0000 (23:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Mar 2015 10:42:43 +0000 (11:42 +0100)
commit5a33ac78ad9a74c08d15cba25accc7c64760033a
tree0df256e3eb9ce5dfa155f54472bfd80aa43b2704
parent191f9efdc58f21af1d9dde3db5ba198d7f1ce22e
MEDIUM/CLEANUP: http: rewrite and lighten http_transform_header() prototype

The http_transform_header() function prototype uses some parameter
which can be guessed from other parameer. This patch removes
theses parameters.
src/proto_http.c