aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libutil/http_connection.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libutil/http_connection.c b/src/libutil/http_connection.c
index 0762fde81..f7da1ee83 100644
--- a/src/libutil/http_connection.c
+++ b/src/libutil/http_connection.c
@@ -1281,10 +1281,9 @@ rspamd_http_connection_reset (struct rspamd_http_connection *conn)
conn->finished = FALSE;
/* Clear priv */
+ rspamd_ev_watcher_stop (priv->ctx->event_loop, &priv->ev);
if (!(priv->flags & RSPAMD_HTTP_CONN_FLAG_RESETED)) {
-
- rspamd_ev_watcher_stop (priv->ctx->event_loop, &priv->ev);
rspamd_http_parser_reset (conn);
}