[Modify] Replace it
This commit is contained in:
parent
cf1b051f0e
commit
2d67c5cba6
@ -150,10 +150,8 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
|
||||
flushBody (closing);
|
||||
if (closing && _sendChunked) {
|
||||
var last = getChunkSizeBytes (0, true);
|
||||
_write (last, 0, last.Length);
|
||||
}
|
||||
if (closing && _sendChunked)
|
||||
_write (_lastChunk, 0, 5);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user