commit | ef70e25035d74d32fa91e724ccca64d9ec672a2f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Jan 28 09:26:19 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 06 14:55:34 2020 +0100 |
tree | 5cd50b6a20f8ad6a680c28093c02ef249175e9f0 | |
parent | 72c7d8d040f3b476808580ecbae422a1b50b9662 [diff] |
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.