Imported Upstream version 5.14.0.141

Former-commit-id: 3b53584824e57e63d7af009d31bd6efb72155c45
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-06-23 17:06:07 +00:00
parent 53f56bd502
commit f87a49ea3f
40 changed files with 41 additions and 42 deletions

View File

@ -658,7 +658,7 @@ namespace System.Net
else
StatusDescription = string.Empty;
if (pos >= buffer.Size)
if (pos >= buffer.Offset)
return true;
}