23 references to STREAM_CLOSED
InMemory.FunctionalTests (16)
Http2\Http2ConnectionTests.cs (15)
1614expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 1637expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 1853expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2583expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2605expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2629expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2923expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 3555Http2ErrorCode.STREAM_CLOSED, CoreStrings.FormatHttp2ErrorStreamAborted(Http2FrameType.DATA, 1)); 3581Http2ErrorCode.STREAM_CLOSED, CoreStrings.FormatHttp2ErrorStreamAborted(Http2FrameType.HEADERS, 1)); 3628await WaitForStreamErrorAsync(expectedStreamId: 1, Http2ErrorCode.STREAM_CLOSED, CoreStrings.Http2StreamAborted); 4972expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5740expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5757expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5775expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5827expectedErrorCode: Http2ErrorCode.STREAM_CLOSED,
Http2\Http2TimeoutTests.cs (1)
301Http2ErrorCode.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.UnknownStream); 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); 1443throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamClosed(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose);