Revert "Add support for HTTP 422 status code"

This reverts commit 6e4e66ad12.
This commit is contained in:
Jamie Bullock 2017-09-04 16:38:51 +01:00
parent 6e4e66ad12
commit 9a1e4aefdd
2 changed files with 0 additions and 2 deletions

View File

@ -8893,7 +8893,6 @@ namespace crow
{401, "HTTP/1.1 401 Unauthorized\r\n"},
{403, "HTTP/1.1 403 Forbidden\r\n"},
{404, "HTTP/1.1 404 Not Found\r\n"},
{420, "HTTP/1.1 404 Unprocessable Entity\r\n"},
{500, "HTTP/1.1 500 Internal Server Error\r\n"},
{501, "HTTP/1.1 501 Not Implemented\r\n"},

View File

@ -374,7 +374,6 @@ namespace crow
{401, "HTTP/1.1 401 Unauthorized\r\n"},
{403, "HTTP/1.1 403 Forbidden\r\n"},
{404, "HTTP/1.1 404 Not Found\r\n"},
{422, "HTTP/1.1 422 Unprocessable Entity\r\n"},
{500, "HTTP/1.1 500 Internal Server Error\r\n"},
{501, "HTTP/1.1 501 Not Implemented\r\n"},