MINOR: http: Add support for HTTP 414/431 status codes
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 18 Nov 2024 21:06:17 +0000 (22:06 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 19 Nov 2024 14:29:40 +0000 (15:29 +0100)
commit62dc8750a9ee4285df55b50a19587387daefd450
treed29cb9fc3b0341c54a780a558d94d99e1befe14c
parent18de419f9647ad5fe0006900e2c1587bffd49c24
MINOR: http: Add support for HTTP 414/431 status codes

414-Uri-Too-Long and 431-Request-Header-Fields-Too-Large are now part of
supported status codes that can be define as error files. The hash table
defined in http_get_status_idx() was updated accordingly.
doc/configuration.txt
include/haproxy/http-t.h
src/http.c