]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: Add support for http 413 status
authorAnthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>
Mon, 22 Jun 2020 07:17:01 +0000 (09:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Jun 2020 09:30:02 +0000 (11:30 +0200)
commit85048f80c9c1ca22732951e83c01ab0b31f5371f
treeebb92ecdea5729b1dbdc5609c868725f8b3d2935
parent47d17182f41ca7d785f96d7f0ab673d60836da9e
MINOR: http: Add support for http 413 status

Add 413 http "payload too large" status code. This will allow 413 to be
used in deny_status and errorfile.
doc/configuration.txt
include/haproxy/http-t.h
src/http.c