未验证 提交 cb81b8be 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #5882 from taosdata/fix/TD-3883

[TD-3883]<fix>: [http/clear parser] clear parser when decode finished to fix race with next request
......@@ -50,6 +50,7 @@ bool httpProcessData(HttpContext* pContext) {
*/
// httpCloseContextByApp(pContext);
} else {
httpClearParser(pContext->parser);
httpProcessRequest(pContext);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册