mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
812875bc89
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 |