8 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\BodyControl.cs (2)
98_requestReader.Abort(error); 99_emptyRequestReader.Abort(error);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (6)
HttpRequestPipeReaderTests.cs (2)
29pipeReader.Abort(); 40pipeReader.Abort(error);
HttpRequestStreamTests.cs (4)
137pipeReader.Abort(); 149pipeReader.Abort(error); 172pipeReader.Abort(); 183pipeReader.Abort(error);