8000
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.
1 parent 4e476a6 commit cfe046dCopy full SHA for cfe046d
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