]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: move 'originalto' option to http_ext
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 29 Dec 2022 14:45:41 +0000 (15:45 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 27 Jan 2023 14:18:59 +0000 (15:18 +0100)
commitf9583416103028061eafee7e4b2a87792a201ea5
tree210b7617e889251862bf77ad079eecfba0881721
parent730b9836a6ff95894fd49ed3ba32c8b80693281f
MINOR: proxy: move 'originalto' option to http_ext

Just like forwarded (7239) header and forwardfor header, move parsing,
logic and management of 'originalto' option into http_ext dedicated class.

We're only doing this to standardize proxy http options management.
Existing behavior remains untouched.
include/haproxy/http_ext-t.h
include/haproxy/http_ext.h
include/haproxy/proxy-t.h
src/cfgparse-listen.c
src/cfgparse.c
src/http_ana.c
src/http_ext.c
src/proxy.c