diff --git a/src/plugins/http/src/httpContext.c b/src/plugins/http/src/httpContext.c index 92388693753986b0241e03580c3d5e0518421469..6abd382f8e5a3ff75c1296cd5c4e2bea533ec53f 100644 --- a/src/plugins/http/src/httpContext.c +++ b/src/plugins/http/src/httpContext.c @@ -230,4 +230,5 @@ void httpCloseContextByServer(HttpContext *pContext) { pContext->parsed = false; httpRemoveContextFromEpoll(pContext); + httpReleaseContext(pContext, true); }