]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: implement the "http-request reject" rule
authorWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 06:52:01 +0000 (07:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 06:52:01 +0000 (07:52 +0100)
commit53275e8b02a0829ccdeb509fb3d9819da3d9afe9
tree4965f15add68b1de7262a9deab1f1e798a184097
parentf528fff46bc00426f0329b46cbf77a88c92d3f8d
MINOR: http: implement the "http-request reject" rule

This one acts similarly to its tcp-request counterpart. It immediately
closes the request without emitting any response. It can be suitable in
certain DoS conditions, as well as to close an HTTP/2 connection.
doc/configuration.txt
src/proto_http.c