From fcdbc2629f9df0d84e427051a501d61731f36dd8 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 25 Jan 2011 20:32:23 -0800 Subject: [PATCH] Add hack for tmm1 --- http_parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/http_parser.c b/http_parser.c index 5a0972a..122ede1 100644 --- a/http_parser.c +++ b/http_parser.c @@ -1384,6 +1384,7 @@ size_t http_parser_execute (http_parser *parser, break; default: + parser->state = state; return p - data; /* Error */ } }