6 references to ConnectionAbortedByClient
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (2)
101_http1Output.Abort(ServerOptions.FinOnError ? new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient) : null!); 107_http1Output.Abort(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient));
Internal\Http2\Http2Connection.cs (1)
209_frameWriter.Abort(useException ? new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient) : null!);
Internal\Http3\Http3Connection.cs (3)
138_multiplexedContext.Abort(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient)); 633return new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient, error!); 893Abort(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient), (Http3ErrorCode)_errorCodeFeature.Error);