Fix missing break in http_RecvMessage

There was a missing break in PARSE_INCOMPLETE_ENTITY due to commit
2eb3e069ba.
This commit is contained in:
Fabrice Fontaine
2012-03-14 18:43:14 +01:00
parent 7178f300bb
commit 05fb3f8026
2 changed files with 8 additions and 0 deletions

View File

@@ -312,6 +312,7 @@ int http_RecvMessage(
case PARSE_INCOMPLETE_ENTITY:
/* read until close */
ok_on_close = TRUE;
break;
case PARSE_CONTINUE_1:
/* Web post request. */
line = __LINE__;