3 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (2)
407stream.Abort(new IOException(CoreStrings.Http2StreamAborted, connectionError)); 1307stream.Abort(error);
Internal\Http2\Http2Stream.cs (1)
554Abort(new IOException(CoreStrings.HttpStreamResetByClient));