1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 14:45:06 +00:00
serenity/Userland/Libraries/LibWebSocket/Impl
Ali Mohammad Pur 436693c0c9 LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
The callback should be called as soon as the connection is established,
and if we actually set the callback when it already is, we expect it to
be called immediately.
2021-09-19 21:10:23 +04:30
..
AbstractWebSocketImpl.cpp LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00
AbstractWebSocketImpl.h LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00
TCPWebSocketConnectionImpl.cpp AK: Make URL::m_port an Optional<u16>, Expose raw port getter 2021-09-14 00:14:45 +02:00
TCPWebSocketConnectionImpl.h LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00
TLSv12WebSocketConnectionImpl.cpp LibTLS: Use a setter for on_tls_ready_to_write with some more smarts 2021-09-19 21:10:23 +04:30
TLSv12WebSocketConnectionImpl.h LibWebSocket: Fixed occasional infinite loop with TLS sockets 2021-05-18 08:07:56 +02:00