]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-ana: Add a function for forward internal responses
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Jan 2020 08:26:19 +0000 (09:26 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2020 13:55:34 +0000 (14:55 +0100)
commitef70e25035d74d32fa91e724ccca64d9ec672a2f
tree5cd50b6a20f8ad6a680c28093c02ef249175e9f0
parent72c7d8d040f3b476808580ecbae422a1b50b9662
MINOR: http-ana: Add a function for forward internal responses

Operations performed when internal responses (redirect/deny/auth/errors) are
returned are always the same. The http_forward_proxy_resp() function is added to
group all of them under a unique function.
include/proto/http_ana.h
src/http_ana.c