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:
parent
03df8882df
commit
bf33b5df6e
4 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue