[TD-3883]<fix>: [http/clear parser] clear parser when decode finished
This commit is contained in:
parent
e8bc9be632
commit
ec79d6a738
|
@ -50,6 +50,7 @@ bool httpProcessData(HttpContext* pContext) {
|
|||
*/
|
||||
// httpCloseContextByApp(pContext);
|
||||
} else {
|
||||
httpClearParser(pContext->parser);
|
||||
httpProcessRequest(pContext);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue