Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
payload 127
Browse files Browse the repository at this point in the history
  • Loading branch information
xljiulang committed Jul 18, 2016
1 parent c62409e commit 99077ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Net40/NetworkSocket/WebSocket/FrameRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public unsafe static FrameRequest Parse(IReceiveBuffer buffer)

if (contentLength == 127)
{
contentSize = 4;
contentSize = 8;
contentLength = (int)buffer.ReadUInt64();
}
else if (contentLength == 126)
Expand Down

0 comments on commit 99077ae

Please sign in to comment.