diff options
Diffstat (limited to 'src/nxt_http_parse.h')
-rw-r--r-- | src/nxt_http_parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_http_parse.h b/src/nxt_http_parse.h index 51c6809a..0326d45c 100644 --- a/src/nxt_http_parse.h +++ b/src/nxt_http_parse.h @@ -10,6 +10,7 @@ typedef enum { NXT_HTTP_PARSE_INVALID = 1, + NXT_HTTP_PARSE_UNSUPPORTED_VERSION, NXT_HTTP_PARSE_TOO_LARGE_FIELD, } nxt_http_parse_error_t; |