1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/roles/ws
Andy Green c11311ff5a ws: ext: close wsi rather than spin if unable to clear buflist
If there's ssl pending and stuff in the buflist, it was observed we can
spin if the buflist is not cleared due to wsi state.

Add a sanity check for the number of times we will try to deal with that
before dropping the conn.
2021-07-18 11:25:24 +01: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-25 08:40:52 +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: ext: close wsi rather than spin if unable to clear buflist 2021-07-18 11:25:24 +01: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