This commit is contained in:
Shengliang Guan 2020-09-16 00:55:38 +00:00
parent cdd653dbe0
commit 8381148d80
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ static bool httpReadData(HttpContext *pContext) {
if (!pParser->parsed) {
httpTrace("context:%p, fd:%d, read not finished", pContext, pContext->fd);
return false;
continue;
} else {
httpDebug("context:%p, fd:%d, bodyLen:%d", pContext, pContext->fd, pParser->body.pos);
return true;