Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Add hack for tmm1
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jan 26, 2011
1 parent f825b52 commit fcdbc26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http_parser.c
Expand Up @@ -1384,6 +1384,7 @@ size_t http_parser_execute (http_parser *parser,
break;

default:
parser->state = state;
return p - data; /* Error */
}
}
Expand Down

0 comments on commit fcdbc26

Please sign in to comment.