[Modify] Polish it
This commit is contained in:
parent
4b1c10be3d
commit
0ffec334bb
@ -370,9 +370,12 @@ namespace WebSocketSharp.Net
|
|||||||
_chunks.Clear ();
|
_chunks.Clear ();
|
||||||
}
|
}
|
||||||
|
|
||||||
internal int WriteAndReadBack (byte[] buffer, int offset, int writeCount, int readCount)
|
internal int WriteAndReadBack (
|
||||||
|
byte[] buffer, int offset, int writeCount, int readCount
|
||||||
|
)
|
||||||
{
|
{
|
||||||
Write (buffer, offset, writeCount);
|
Write (buffer, offset, writeCount);
|
||||||
|
|
||||||
return Read (buffer, offset, readCount);
|
return Read (buffer, offset, readCount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user