mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
after excessive ah hold detect restart scan
ah is potentially freed after the close
This commit is contained in:
parent
4cee34c0d0
commit
5a6764f218
1 changed files with 1 additions and 1 deletions
|
@ -1195,7 +1195,7 @@ lws_service_fd_tsi(struct lws_context *context, struct lws_pollfd *pollfd,
|
||||||
|
|
||||||
lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS);
|
lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS);
|
||||||
|
|
||||||
ah = ah->next;
|
ah = pt->ah_list;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef LWS_WITH_CGI
|
#ifdef LWS_WITH_CGI
|
||||||
|
|
Loading…
Add table
Reference in a new issue