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:
parent
d75c94001b
commit
cc20895f50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue