diff options
Diffstat (limited to 'contrib/http-parser')
-rw-r--r-- | contrib/http-parser/http_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/http-parser/http_parser.h b/contrib/http-parser/http_parser.h index 792931588..e2a0b4985 100644 --- a/contrib/http-parser/http_parser.h +++ b/contrib/http-parser/http_parser.h @@ -113,6 +113,7 @@ typedef int (*http_cb) (http_parser*); /* SPAMC compatibility */ \ XX(26, SYMBOLS, SYMBOLS) \ XX(27, CHECK, CHECK) \ + XX(28, METHOD_MAX, METHOD_MAX) \ XX(-1, INVALID, INVALID) \ enum http_method |