1
0
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:
Sébastien Helleu
2019-02-24 16:13:04 +01:00
parent 466268d5ef
commit 471f9c61da
-1
View File
@@ -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);