commit | 91b3ec13c680a66843138fb10a3846578fccfb5a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 17 22:30:06 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 20 15:18:45 2020 +0100 |
tree | 7534eb7d51c21eef6a48d3a1191a6eaca1b2187b | |
parent | 5275aa75403b65db20be5caa8261e9c7fcf3d7c2 [diff] |
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.