4 references to Aborted
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpRequestPipeReader.cs (2)
105_state = HttpStreamState.Aborted; 120case HttpStreamState.Aborted:
Internal\Http\HttpResponsePipeWriter.cs (2)
92_state = HttpStreamState.Aborted; 103if (state == HttpStreamState.Open || state == HttpStreamState.Aborted)