1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/core-net
Andy Green 0ff633eb35 lws_sul: always iterate from head of list
The sul callback is allowed to do anything to the sul list, it's
not possible to safely iterate it inbetween calls.

Luckily because it's sorted, we only ever care about the current
head, so switch to iterating it like that.
2019-10-14 10:53:28 +01:00
..
adopt.c adopt: improve logging of server adopt fail 2019-10-14 07:08:57 +01:00
client.c client: make external http proxying optional 2019-08-26 09:58:57 +01:00
close.c LWS_WITH_UDP 2019-10-12 12:41:14 +01:00
connect.c wsi flags: extra encodings 2019-10-12 12:41:14 +01:00
detailed-latency.c detailed latency stats 2019-09-22 03:06:59 -07:00
dummy-callback.c wsproxy: clear down proxy struct at alloc 2019-10-12 12:41:14 +01:00
lws-dsh.c Coverity fixes 2019-08-19 10:12:20 +01:00
network.c adopt: improve logging of server adopt fail 2019-10-14 07:08:57 +01:00
output.c LWS_WITH_UDP 2019-10-12 12:41:14 +01:00
pollfd.c detailed latency stats 2019-09-22 03:06:59 -07:00
private-lib-core-net.h adopt: improve logging of server adopt fail 2019-10-14 07:08:57 +01:00
sequencer.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
server.c fixes: various small fixes 2019-09-22 03:08:36 -07:00
service.c lws_state and system state 2019-09-22 09:35:07 -07:00
sorted-usec-list.c lws_sul: always iterate from head of list 2019-10-14 10:53:28 +01:00
state.c wsi flags: extra encodings 2019-10-12 12:41:14 +01:00
stats.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
vhost.c coverity: use function comments to clear false positives 2019-10-12 12:41:14 +01:00
wsi-timeout.c lws_validity: unified connection validity tracking 2019-09-22 09:35:07 -07:00
wsi.c LWS_WITH_UDP 2019-10-12 12:41:14 +01:00