1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 07:54:58 +00:00
serenity/Userland/Libraries/LibWebSocket
sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke
Only one place used this argument and it was to hold on to a strong ref
for the object. Since we already do that now, there's no need to keep
this argument around since this can be easily captured.

This commit contains no changes.
2021-09-02 03:47:47 +04:30
..
Impl Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
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