return buffer while request is handled

This commit is contained in:
Greg Wilkins 2011-07-08 11:36:07 +10:00
parent aa25e3efe9
commit b6116064cd
1 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ public class HttpParser implements Parser
case HttpTokens.NO_CONTENT:
_state=STATE_END;
returnBuffers();
_handler.headerComplete();
_handler.messageComplete(_contentPosition);
break;