diff options
Diffstat (limited to 'contrib/http-parser/http_parser.h')
-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 a322634f1..f6f29b057 100644 --- a/contrib/http-parser/http_parser.h +++ b/contrib/http-parser/http_parser.h @@ -133,6 +133,7 @@ enum flags , F_TRAILING = 1 << 3 , F_UPGRADE = 1 << 4 , F_SKIPBODY = 1 << 5 + , F_SPAMC = 1 << 6 }; |