[Modify] Polish it

master
sta 6 years ago
parent d3e5d4f542
commit e30629d9aa

@ -213,7 +213,9 @@ namespace WebSocketSharp.Net
_stream.Write (_crlf, 0, 2); _stream.Write (_crlf, 0, 2);
} }
private void writeChunkedWithoutThrowingException (byte[] buffer, int offset, int count) private void writeChunkedWithoutThrowingException (
byte[] buffer, int offset, int count
)
{ {
try { try {
writeChunked (buffer, offset, count); writeChunked (buffer, offset, count);

Loading…
Cancel
Save