1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/roles/ws
Andy Green eba2d5cabd ws: wsi unusability only applies when no pending
We basically hear about HUP out-of-band with respect to
pending rx... now we mark the wsi as "unusable" once we
see the HUP - the connection has ended.

This means we have to differentiate between the wsi
being unusable for new things now, like replying, and
what it has already sent still being servicible and
pending.
2021-03-26 08:24:36 +00:00
..
ext type comparisons: fixes 2021-01-05 10:56:38 +00:00
client-parser-ws.c ws: wsi unusability only applies when no pending 2021-03-26 08:24:36 +00:00
client-ws.c lws_metrics 2021-03-08 21:47:28 +00:00
CMakeLists.txt cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
ops-ws.c ws: wsi unusability only applies when no pending 2021-03-26 08:24:36 +00:00
private-lib-roles-ws.h role structs to const 2020-01-15 06:31:19 +00:00
server-ws.c type comparisons: fixes 2021-01-05 10:56:38 +00:00