[TD-3883]<fix>: [http/clear parser] clear parser when decode finished

This commit is contained in:
Minglei Jin 2021-04-22 11:43:30 +08:00
parent e8bc9be632
commit ec79d6a738
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ bool httpProcessData(HttpContext* pContext) {
*/ */
// httpCloseContextByApp(pContext); // httpCloseContextByApp(pContext);
} else { } else {
httpClearParser(pContext->parser);
httpProcessRequest(pContext); httpProcessRequest(pContext);
} }
} }