[Modify] Polish it

This commit is contained in:
sta 2020-02-05 19:43:49 +09:00
parent f88981c8d8
commit faffdd170d

View File

@ -150,6 +150,7 @@ namespace WebSocketSharp.Net
} }
flushBody (closing); flushBody (closing);
if (closing && _sendChunked) if (closing && _sendChunked)
_write (_lastChunk, 0, 5); _write (_lastChunk, 0, 5);