]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: move 'forwardfor' option to http_ext
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 28 Dec 2022 17:53:05 +0000 (18:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 27 Jan 2023 14:18:59 +0000 (15:18 +0100)
commit730b9836a6ff95894fd49ed3ba32c8b80693281f
tree63c065a51b3769a9a52488379285acfb0065d3f8
parent424981cdef53c5cff43744738b4518dde1611c20
MINOR: proxy: move 'forwardfor' option to http_ext

Just like forwarded (7239) header, move parsing, logic and management
of 'forwardfor' 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