]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: Make new "early-hint" http-request action really be parsed.
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 6 Nov 2018 13:30:19 +0000 (14:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2018 20:08:55 +0000 (21:08 +0100)
commit0ebbcb663cef7755dca746d5de84ee2c251a3033
treed1886b1b9f2727dd6ef4497aa70f7e0b258f599a
parenta985e3875bbea8b76711e8cd3adf0d14102e8df0
MINOR: http: Make new "early-hint" http-request action really be parsed.

This patch adds a "early_hint" struct to "arg" union of "act_rule" struct
and parse "early-hint" http-request keyword with it using the same
code as for "(add|set)-header" parser.
include/types/action.h
src/http_rules.c