[Modify] Polish it
This commit is contained in:
parent
4f50810791
commit
e34a51a23a
@ -180,7 +180,7 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
|
||||
if (count == 0)
|
||||
return _stream.BeginRead (buffer, offset, count, callback, state);
|
||||
return _stream.BeginRead (buffer, offset, 0, callback, state);
|
||||
|
||||
var nread = fillFromBuffer (buffer, offset, count);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user