1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/roles/http/client
Andy Green c5012fac1d client: handle oom4 fail path for vhost dll_active_client_conns list
Client connections can put themselves on the active client list
before they have survived the client connect process past oom4,
which can fail out without close processing.

So ensure the wsi destruction on oom4 removes it from the list.
2018-08-14 08:00:30 +08:00
..
client-handshake.c client: handle oom4 fail path for vhost dll_active_client_conns list 2018-08-14 08:00:30 +08:00
client.c content_length zero: client 2018-07-21 13:32:45 +08:00