net.websocket.frames: Use C string XOR implementation

This commit is contained in:
Kim Alvefur 2020-10-14 19:41:42 +02:00
parent fb1808b185
commit 00bad1a9fe
2 changed files with 8 additions and 24 deletions

View file

@ -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;