ladybird/Userland/Libraries/LibWebSocket
DexesTTP 812875bc89 LibWebSocket: Fixed occasional infinite loop with TLS sockets
This was caused by a double notifier on the TLS socket, which caused
the TLS code to freak out about not being able to read properly. In
addition, the existing loop inside of drain_read() has been replaced by
code that actually works, and which includes new warnings when the
drain method is called before initialization is done or after the
websocket gets closed.
2021-05-18 08:07:56 +02:00
..
Impl LibWebSocket: Fixed occasional infinite loop with TLS sockets 2021-05-18 08:07:56 +02:00
CMakeLists.txt LibWebSocket: Add a new websocket library 2021-04-18 22:42:10 +02:00
ConnectionInfo.cpp LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00
ConnectionInfo.h LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00
Message.h LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00
WebSocket.cpp LibWebSocket: Fixed occasional infinite loop with TLS sockets 2021-05-18 08:07:56 +02:00
WebSocket.h LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00