4 references to FormatHttp2ErrorStreamAborted
InMemory.FunctionalTests (3)
Http2\Http2ConnectionTests.cs (3)
3607
Http2ErrorCode.STREAM_CLOSED, CoreStrings.
FormatHttp2ErrorStreamAborted
(Http2FrameType.DATA, 1));
3634
Http2ErrorCode.STREAM_CLOSED, CoreStrings.
FormatHttp2ErrorStreamAborted
(Http2FrameType.HEADERS, 1));
5893
CoreStrings.
FormatHttp2ErrorStreamAborted
(finalFrameType, streamId: 1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
762
return new Http2ConnectionErrorException(CoreStrings.
FormatHttp2ErrorStreamAborted
(_incomingFrame.Type, stream.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose);