after excessive ah hold detect restart scan

ah is potentially freed after the close
This commit is contained in:
Andy Green 2017-12-29 13:30:37 +08:00
parent 4cee34c0d0
commit 5a6764f218

View file

@ -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);
ah = ah->next;
ah = pt->ah_list;
}
#ifdef LWS_WITH_CGI