MINOR: http: Mark the 425 code as "Too Early".
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 2 Oct 2017 14:12:07 +0000 (16:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 08:53:32 +0000 (10:53 +0200)
commit51a76d84e4c44b2a9ba1cbf91cba1707b41d917d
tree97273318a14790180e5e1533a27a296964487796
parent31904278dc8ee68c015538cb1a91e246b1e5d1ea
MINOR: http: Mark the 425 code as "Too Early".

This adds a new status code for use with the "http-request deny" ruleset.
The use case for this code is currently handled by this draft dedicated
to 0-RTT processing :

   https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-replay
doc/configuration.txt
include/types/proto_http.h
src/proto_http.c