commit | 53275e8b02a0829ccdeb509fb3d9819da3d9afe9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 24 07:52:01 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 24 07:52:01 2017 +0100 |
tree | 4965f15add68b1de7262a9deab1f1e798a184097 | |
parent | f528fff46bc00426f0329b46cbf77a88c92d3f8d [diff] |
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.