3 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (3)
232
_frameWriter.
Abort
(useException ? new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient) : null!);
255
_frameWriter.
Abort
(ex);
487
_frameWriter.
Abort
(connectionError);