mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 18:04:59 +00:00
![]() 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. |
||
---|---|---|
.. | ||
AbstractWebSocketImpl.cpp | ||
AbstractWebSocketImpl.h | ||
TCPWebSocketConnectionImpl.cpp | ||
TCPWebSocketConnectionImpl.h | ||
TLSv12WebSocketConnectionImpl.cpp | ||
TLSv12WebSocketConnectionImpl.h |