Skip to content
Snippets Groups Projects
Commit 5a752ee3 authored by echicken's avatar echicken :chicken:
Browse files

FWebSocketHeader should just be a bare object.

parent bc0159c8
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ var FFrameOpCode = 0;
var FFramePayloadLength = 0;
var FFramePayloadReceived = 0;
var FServerSocket = null;
var FWebSocketHeader = [];
var FWebSocketHeader = {};
var FWebSocketState = WEBSOCKET_NEED_PACKET_START;
// Main line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment