提交 125e7e93 编写于 作者: S Shengliang Guan

TD-1291

上级 6e46c77f
...@@ -308,7 +308,11 @@ static bool httpReadData(HttpContext *pContext) { ...@@ -308,7 +308,11 @@ static bool httpReadData(HttpContext *pContext) {
httpInitParser(pParser); httpInitParser(pParser);
} }
ASSERT(!pParser->parsed); if (pParser->parsed) {
httpDebug("context:%p, fd:%d, not in ready state, parsed:%d", pContext, pContext->fd, pParser->parsed);
return false;
}
pContext->accessTimes++; pContext->accessTimes++;
pContext->lastAccessTime = taosGetTimestampSec(); pContext->lastAccessTime = taosGetTimestampSec();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册