You've already forked linux-packaging-mono
Imported Upstream version 5.8.0.88
Former-commit-id: 4b7216ffda08448e562271ce733688e761120fc5
This commit is contained in:
parent
7d05485754
commit
6123a772ed
@ -227,7 +227,7 @@ namespace Mono.Net.Security
|
||||
if (Interlocked.Exchange (ref WriteRequested, 0) != 0) {
|
||||
// Flush the write queue.
|
||||
Debug ("ProcessOperation - flushing write queue");
|
||||
await Parent.InnerWrite (RunSynchronously, cancellationToken);
|
||||
await Parent.InnerWrite (RunSynchronously, cancellationToken).ConfigureAwait (false);
|
||||
}
|
||||
|
||||
Debug ("ProcessOperation done: {0} -> {1}", status, newStatus);
|
||||
|
Reference in New Issue
Block a user