You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.165
Former-commit-id: d509131f71da404210981e7263b375675928eea7
This commit is contained in:
parent
b95516a3dd
commit
c911219690
@ -963,7 +963,7 @@ namespace System.Net
|
||||
initialMethod = method;
|
||||
|
||||
SimpleAsyncResult.RunWithLock (locker, CheckIfForceWrite, inner => {
|
||||
var synch = inner.CompletedSynchronously;
|
||||
var synch = inner.CompletedSynchronouslyPeek;
|
||||
|
||||
if (inner.GotException) {
|
||||
aread.SetCompleted (synch, inner.Exception);
|
||||
@ -1374,7 +1374,7 @@ namespace System.Net
|
||||
}
|
||||
|
||||
if (asyncWrite != null) {
|
||||
asyncWrite.SetCompleted (inner.CompletedSynchronously, writeStream);
|
||||
asyncWrite.SetCompleted (inner.CompletedSynchronouslyPeek, writeStream);
|
||||
asyncWrite.DoCallback ();
|
||||
asyncWrite = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user