We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e476a6 + cfe046d commit 050821bCopy full SHA for 050821b
src/WebSocketClient.cpp
@@ -35,8 +35,8 @@ int WebSocketClient::begin(const char* aPath)
35
36
if (status == 0)
37
{
38
- uint8_t randomKey[13];
39
- char base64RandomKey[21];
+ uint8_t randomKey[16];
+ char base64RandomKey[25];
40
41
// create a random key for the connection upgrade
42
for (int i = 0; i < (int)sizeof(randomKey); i++)
0 commit comments