diff options
author | George Hazan <ghazan@miranda.im> | 2020-12-03 19:49:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-12-03 19:49:35 +0300 |
commit | ddade34e808330a64902d55fdbcb496c576599db (patch) | |
tree | 46cf2be358b1f602c8e231d781b38f2dd35990cf /protocols/WhatsAppWeb/src | |
parent | 360c80ddd03d84b257bb797463fceffa545c1139 (diff) |
attempt to fix #2575 (error 404 while opening Discord gateway connection)
Diffstat (limited to 'protocols/WhatsAppWeb/src')
-rw-r--r-- | protocols/WhatsAppWeb/src/server.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/WhatsAppWeb/src/server.cpp b/protocols/WhatsAppWeb/src/server.cpp index 5fed264e36..ac84c5ff46 100644 --- a/protocols/WhatsAppWeb/src/server.cpp +++ b/protocols/WhatsAppWeb/src/server.cpp @@ -368,7 +368,6 @@ bool WhatsAppProto::ServerThreadWorker() NETLIBHTTPHEADER hdrs[] = { { "Origin", "https://web.whatsapp.com" }, - { "Sec-WebSocket-Key", "k/hwJLznKpk3p2hxyYGzWA==" }, { 0, 0 } }; |