TD-1364
This commit is contained in:
parent
cdd653dbe0
commit
8381148d80
|
@ -341,7 +341,7 @@ static bool httpReadData(HttpContext *pContext) {
|
||||||
|
|
||||||
if (!pParser->parsed) {
|
if (!pParser->parsed) {
|
||||||
httpTrace("context:%p, fd:%d, read not finished", pContext, pContext->fd);
|
httpTrace("context:%p, fd:%d, read not finished", pContext, pContext->fd);
|
||||||
return false;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
httpDebug("context:%p, fd:%d, bodyLen:%d", pContext, pContext->fd, pParser->body.pos);
|
httpDebug("context:%p, fd:%d, bodyLen:%d", pContext, pContext->fd, pParser->body.pos);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue