14 references to ResetAndAbort
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http2\Http2OutputProducer.cs (2)
253
_stream.
ResetAndAbort
(abortReason, Http2ErrorCode.INTERNAL_ERROR);
258
_stream.
ResetAndAbort
(new ConnectionAbortedException($"{nameof(Http2OutputProducer)} has completed."), Http2ErrorCode.INTERNAL_ERROR);
Internal\Http2\Http2Stream.cs (12)
269
ResetAndAbort
(new ConnectionAbortedException(CoreStrings.ConnectRequestsWithProtocolRequireSchemeAndPath), Http2ErrorCode.PROTOCOL_ERROR);
278
ResetAndAbort
(new ConnectionAbortedException(CoreStrings.Http2ErrorConnectMustNotSendSchemeOrPath), Http2ErrorCode.PROTOCOL_ERROR);
289
ResetAndAbort
(new ConnectionAbortedException(CoreStrings.ProtocolRequiresConnect), Http2ErrorCode.PROTOCOL_ERROR);
304
ResetAndAbort
(new ConnectionAbortedException(
336
ResetAndAbort
(new ConnectionAbortedException(CoreStrings.BadRequest_RequestLineTooLong), Http2ErrorCode.PROTOCOL_ERROR);
356
ResetAndAbort
(new ConnectionAbortedException(CoreStrings.FormatHttp2ErrorMethodInvalid(_methodText)), Http2ErrorCode.PROTOCOL_ERROR);
364
ResetAndAbort
(new ConnectionAbortedException(CoreStrings.FormatHttp2ErrorMethodInvalid(_methodText)), Http2ErrorCode.PROTOCOL_ERROR);
404
ResetAndAbort
(new ConnectionAbortedException(CoreStrings.FormatBadRequest_InvalidHostHeader_Detail(hostText)), Http2ErrorCode.PROTOCOL_ERROR);
417
ResetAndAbort
(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(RawTarget)), Http2ErrorCode.PROTOCOL_ERROR);
456
ResetAndAbort
(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(RawTarget)), Http2ErrorCode.PROTOCOL_ERROR);
585
ResetAndAbort
(abortReason, Http2ErrorCode.INTERNAL_ERROR);
592
ResetAndAbort
(abortReason, error);