[Modify] Polish it
This commit is contained in:
parent
d3e5d4f542
commit
e30629d9aa
@ -213,7 +213,9 @@ namespace WebSocketSharp.Net
|
||||
_stream.Write (_crlf, 0, 2);
|
||||
}
|
||||
|
||||
private void writeChunkedWithoutThrowingException (byte[] buffer, int offset, int count)
|
||||
private void writeChunkedWithoutThrowingException (
|
||||
byte[] buffer, int offset, int count
|
||||
)
|
||||
{
|
||||
try {
|
||||
writeChunked (buffer, offset, count);
|
||||
|
Loading…
Reference in New Issue
Block a user