mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.websocket.frames: Use C string XOR implementation
This commit is contained in:
parent
fb1808b185
commit
00bad1a9fe
2 changed files with 8 additions and 24 deletions
|
@ -36,7 +36,7 @@ describe("net.websocket.frames", function ()
|
|||
["opcode"] = 0;
|
||||
["length"] = 5;
|
||||
["data"] = "hello";
|
||||
["key"] = { 32, 0, 32, 0, };
|
||||
["key"] = " \0 \0";
|
||||
["FIN"] = true;
|
||||
["MASK"] = true;
|
||||
["RSV1"] = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue