]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http-rules: Make early-hint custom actions
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Jan 2020 21:30:06 +0000 (22:30 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2020 14:18:45 +0000 (15:18 +0100)
commit91b3ec13c680a66843138fb10a3846578fccfb5a
tree7534eb7d51c21eef6a48d3a1191a6eaca1b2187b
parent5275aa75403b65db20be5caa8261e9c7fcf3d7c2
MEDIUM: http-rules: Make early-hint custom actions

Now, the early-hint action uses its own dedicated action and is no longer
handled "in place" during the HTTP rules evaluation. Thus the action name
ACT_HTTP_EARLY_HINT is removed. In additionn, http_add_early_hint_header() and
http_reply_103_early_hints() are also removed. This part is now handled in the
new action_ptr callback function.
include/types/action.h
src/http_act.c
src/http_ana.c