]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: Add 422-Unprocessable-Content error message
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Sep 2021 06:48:51 +0000 (08:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Sep 2021 14:21:25 +0000 (16:21 +0200)
commit92cafb39e70c1f2a178726e52cff52d0d0a0ab58
treed0bf656d970ffbec96821fd7cf725bd82d0bc851
parentf56e8465f067c84b820dbedd89e6f44f1e02c179
MINOR: http: Add 422-Unprocessable-Content error message

The last HTTP/1.1 draft adds the 422 status code in the list of client
errors. It normalizes the WebDav specific one (422-Unprocessable-Entity).
include/haproxy/http-t.h
src/http.c