Skip to content

Commit 1d754ff

Browse files
committed
np
1 parent 0161e71 commit 1d754ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Servers/Kestrel/Core/src/Internal/Infrastructure/PipeWriterHelpers/ConcurrentPipeWriter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,14 @@ public override void OnReaderCompleted(Action<Exception, object> callback, objec
203203
{
204204
throw new NotImplementedException();
205205
}
206+
206207
public void Abort()
207208
{
208209
lock (_sync)
209210
{
210211
_aborted = true;
211212

213+
// If we're flushing, the cleanup will happen after the flush.
212214
if (!_isFlushing)
213215
{
214216
CleanupUnsynchronized();

0 commit comments

Comments
 (0)