MINOR: http: Add HTTP 501-not-implemented error message
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 7 Dec 2020 10:22:24 +0000 (11:22 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Jan 2021 14:21:12 +0000 (15:21 +0100)
commite095f31d362ab562dcf45eebbdfbe861f2311c08
treeb073846753261fed621ac68bf8a77d7d6c7e2df7
parent7d013e796cef9113cc69f151fa40fd05cc637f09
MINOR: http: Add HTTP 501-not-implemented error message

Add the support for the 501-not-implemented status code with the
corresponding default message. The documentation is updated accordingly
because it is now part of status codes HAProxy may emit via an errorfile or
a deny/return HTTP action.
doc/configuration.txt
include/haproxy/http-t.h
src/http.c