You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.141
Former-commit-id: 3b53584824e57e63d7af009d31bd6efb72155c45
This commit is contained in:
parent
53f56bd502
commit
f87a49ea3f
@ -658,7 +658,7 @@ namespace System.Net
|
||||
else
|
||||
StatusDescription = string.Empty;
|
||||
|
||||
if (pos >= buffer.Size)
|
||||
if (pos >= buffer.Offset)
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user