mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
relay: remove obsolete comment
This commit is contained in:
@@ -228,7 +228,6 @@ relay_websocket_build_handshake (struct t_relay_client *client)
|
||||
"HTTP/1.1 101 Switching Protocols\r\n"
|
||||
"Upgrade: websocket\r\n"
|
||||
"Connection: Upgrade\r\n"
|
||||
//"Sec-WebSocket-Protocol: chat\r\n"
|
||||
"Sec-WebSocket-Accept: %s\r\n"
|
||||
"\r\n",
|
||||
sec_websocket_accept);
|
||||
|
||||
Reference in New Issue
Block a user