ladybird/Userland/Libraries/LibWebSocket/Impl
Ben Wiederhake b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
AbstractWebSocketImpl.cpp
AbstractWebSocketImpl.h
TCPWebSocketConnectionImpl.cpp
TCPWebSocketConnectionImpl.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01: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 Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00