23 references to STREAM_CLOSED
InMemory.FunctionalTests (16)
Http2\Http2ConnectionTests.cs (15)
1615expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 1638expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 1854expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2653expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2675expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2699expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 3046expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 3677Http2ErrorCode.STREAM_CLOSED, CoreStrings.FormatHttp2ErrorStreamAborted(Http2FrameType.DATA, 1)); 3704Http2ErrorCode.STREAM_CLOSED, CoreStrings.FormatHttp2ErrorStreamAborted(Http2FrameType.HEADERS, 1)); 3761await WaitForStreamErrorAsync(expectedStreamId: 1, Http2ErrorCode.STREAM_CLOSED, CoreStrings.Http2StreamAborted); 5106expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5876expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5893expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5911expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5963expectedErrorCode: Http2ErrorCode.STREAM_CLOSED,
Http2\Http2TimeoutTests.cs (1)
302Http2ErrorCode.STREAM_CLOSED,
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http2\Http2Connection.cs (7)
740throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamHalfClosedRemote(_incomingFrame.Type, stream.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose); 757throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamClosed(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose); 762return new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamAborted(_incomingFrame.Type, stream.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose); 825throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamHalfClosedRemote(_incomingFrame.Type, stream.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose); 850throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamClosed(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.InvalidStreamId); 1166throw new Http2StreamErrorException(_incomingFrame.StreamId, CoreStrings.Http2StreamAborted, Http2ErrorCode.STREAM_CLOSED); 1452throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamClosed(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose);