]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: Implement "early-hint" http request rules.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 12 Nov 2018 09:06:54 +0000 (10:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2018 20:08:55 +0000 (21:08 +0100)
commit9ca51aa288c4ddd7ecc5dba48a8517b29eb313a4
treec8992b85a56d4c9b5bce75fb2af5efaf4a4a0461
parent0ebbcb663cef7755dca746d5de84ee2c251a3033
MINOR: http: Implement "early-hint" http request rules.

This patch implements http_apply_early_hint_rule() function is responsible of
building HTTP 103 Early Hint responses each time a "early-hint" rule is matched.
include/common/http.h
src/http.c
src/proto_http.c