diff --git a/src/app-layer-htp.c b/src/app-layer-htp.c index a1590b3a22..11ed4b3bb9 100644 --- a/src/app-layer-htp.c +++ b/src/app-layer-htp.c @@ -673,7 +673,6 @@ static int HTPHandleRequestData(Flow *f, void *htp_state, hstate->flags &= ~HTP_FLAG_STATE_DATA; hstate->flags &= ~HTP_FLAG_NEW_BODY_SET; } - HTPHandleWarning(hstate); HTPHandleError(hstate); /* if the TCP connection is closed, then close the HTTP connection */