Added nginx error 497 response.

This commit is contained in:
Igor Sysoev
2018-09-20 15:05:38 +03:00
parent 96cd68b340
commit b5d76454ed
2 changed files with 22 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ typedef enum {
NXT_HTTP_URI_TOO_LONG = 414,
NXT_HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = 431,
NXT_HTTP_TO_HTTPS = 497,
NXT_HTTP_INTERNAL_SERVER_ERROR = 500,
NXT_HTTP_NOT_IMPLEMENTED = 501,
NXT_HTTP_BAD_GATEWAY = 502,