- GH #3950 (cherry picked from commit e77ba1cdf80b384bc55cc457d280b5fc0aef80db)
@@ -708,6 +708,7 @@ void ws_timer(unsigned int ticks, void *param)
LM_DBG("ws structure without active tcp connection\n");
wsc->state = WS_S_REMOVING;
wsc->rmticks = get_ticks();
+ wsc->run_event = 1;
} else {
tcpconn_put(con);
}