Imported Upstream version 5.14.0.148

Former-commit-id: ccfce85f9487e4135d045a812192413d573f33be
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-06-28 08:19:18 +00:00
parent 7aa1346787
commit 01c08d50e8
40 changed files with 76 additions and 61 deletions

View File

@ -149,7 +149,7 @@ namespace System.Net
ReadTimeout, () => {
Operation.Abort ();
InnerStream.Dispose ();
}).ConfigureAwait (false);
}, () => Operation.Aborted, cancellationToken).ConfigureAwait (false);
} catch (Exception e) {
throwMe = GetReadException (WebExceptionStatus.ReceiveFailure, e, "ReadAsync");
}