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
This commit is contained in:
commit
cb81b8be55
|
@ -50,6 +50,7 @@ bool httpProcessData(HttpContext* pContext) {
|
|||
*/
|
||||
// httpCloseContextByApp(pContext);
|
||||
} else {
|
||||
httpClearParser(pContext->parser);
|
||||
httpProcessRequest(pContext);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue