[Modify] Polish it

This commit is contained in:
sta 2021-02-06 21:44:38 +09:00
parent 4f50810791
commit e34a51a23a

View File

@ -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);