[Modify] Polish it
This commit is contained in:
parent
6458a28ec3
commit
a82345b72d
@ -423,13 +423,13 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
|
||||
private string readLineFrom (
|
||||
byte[] buffer, int offset, int length, out int read
|
||||
byte[] buffer, int offset, int length, out int nread
|
||||
)
|
||||
{
|
||||
read = 0;
|
||||
nread = 0;
|
||||
|
||||
for (var i = offset; i < length; i++) {
|
||||
read++;
|
||||
nread++;
|
||||
|
||||
var b = buffer[i];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user