You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.148
Former-commit-id: ccfce85f9487e4135d045a812192413d573f33be
This commit is contained in:
parent
7aa1346787
commit
01c08d50e8
@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user