[Modify] Replace it

master
sta 7 years ago
parent 583383d5f3
commit 4a07970d1f

@ -74,7 +74,7 @@ namespace WebSocketSharp
static PayloadData () static PayloadData ()
{ {
Empty = new PayloadData (); Empty = new PayloadData (WebSocket.EmptyBytes, 0);
MaxLength = Int64.MaxValue; MaxLength = Int64.MaxValue;
} }

Loading…
Cancel
Save