From 6a654fe7a2f9663b138eb7fb9f61f18be8307986 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 20 Jul 2020 16:02:02 +0300 Subject: attempt to solve error #404 in Discord --- protocols/Discord/src/gateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/Discord/src/gateway.cpp b/protocols/Discord/src/gateway.cpp index eccf8aea90..79583cf17d 100644 --- a/protocols/Discord/src/gateway.cpp +++ b/protocols/Discord/src/gateway.cpp @@ -44,7 +44,7 @@ bool CDiscordProto::GatewayThreadWorker() { NETLIBHTTPHEADER hdrs[] = { - { "Sec-WebSocket-Key", "KFShSwLlp4E6C7JZc5h4sg==" }, + { "Sec-WebSocket-Key", "xkGAFcWD1fSJp6o0tceQOg==" }, { 0, 0 } }; -- cgit v1.2.3