1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

after excessive ah hold detect restart scan

ah is potentially freed after the close
This commit is contained in:
Andy Green 2018-01-12 08:11:56 +08:00
parent d75c94001b
commit cc20895f50

View file

@ -1098,7 +1098,7 @@ lws_service_fd_tsi(struct lws_context *context, struct lws_pollfd *pollfd, int t
lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS);
ah = ah->next;
ah = pt->ah_list;
}
#ifdef LWS_WITH_CGI