1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 04:07:35 +00:00

WebSocket: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:22:51 +02:00
parent 03df8882df
commit bf33b5df6e
4 changed files with 0 additions and 9 deletions

View file

@ -17,7 +17,6 @@ WebSocketClient::WebSocketClient()
void WebSocketClient::handshake()
{
greet();
}
RefPtr<WebSocket> WebSocketClient::connect(const URL& url, const String& origin, const Vector<String>& protocols, const Vector<String>& extensions, const HashMap<String, String>& request_headers)