]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_htx: Add functions htx_perform_server_redirect
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 Oct 2018 19:18:04 +0000 (21:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:08:58 +0000 (22:08 +0100)
commitfefc73da3458aff351ac17c934f8fcd77d0337ef
tree9ccc5ec8fd6c7f93b555eb5648c470682f619710
parent64159df1fb4420b85e5622d6cd81eb5475e09304
MINOR: proto_htx: Add functions htx_perform_server_redirect

It is more or less the same than legacy version but adapted to be called from
HTX analyzers. In the legacy version of this function, we switch on the HTX code
when applicable.
include/proto/proto_http.h
src/proto_http.c
src/proto_htx.c