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