mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
WebSocket: Remove unnecessary greet() message
This commit is contained in:
parent
03df8882df
commit
bf33b5df6e
4 changed files with 0 additions and 9 deletions
|
@ -31,10 +31,6 @@ void ClientConnection::die()
|
|||
Core::EventLoop::current().quit(0);
|
||||
}
|
||||
|
||||
void ClientConnection::greet()
|
||||
{
|
||||
}
|
||||
|
||||
Messages::WebSocketServer::ConnectResponse ClientConnection::connect(URL const& url, String const& origin,
|
||||
Vector<String> const& protocols, Vector<String> const& extensions, IPC::Dictionary const& additional_request_headers)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue