commit | ee9b5bfe89a255c1d6ea093507648a6984fbd45b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 28 13:55:14 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 17:37:27 2018 +0100 |
tree | 8038959977de86ab259f892879be6efac8e57900 | |
parent | 23a3c790e63876161089e359ecc8508f9a1b1799 [diff] |
MINOR: proto_htx: Use full HTX messages to send 103-Early-Hints responses Instead of replying by adding an OOB block in the HTX structure, we now add a valid HTX message. A header block is added to each early-hint rule, prefixed by the start line if it is the first one. The response is terminated and forwarded when the rules execution is stopped or when a rule of another type is applied.