diff options
Diffstat (limited to 'contrib/http-parser/http_parser.c')
-rw-r--r-- | contrib/http-parser/http_parser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/http-parser/http_parser.c b/contrib/http-parser/http_parser.c index 129df138d..5295b6bdc 100644 --- a/contrib/http-parser/http_parser.c +++ b/contrib/http-parser/http_parser.c @@ -1218,6 +1218,8 @@ size_t http_parser_execute (http_parser *parser, case s_req_spamc_start: switch (ch) { case 'S': + parser->flags |= F_SPAMC; + /* go forward */ case 'R': parser->state = s_req_spamc; break; |