23 references to STREAM_CLOSED
InMemory.FunctionalTests (16)
Http2\Http2ConnectionTests.cs (15)
1606expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 1629expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 1845expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2575expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2597expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2621expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 2915expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 3547Http2ErrorCode.STREAM_CLOSED, CoreStrings.FormatHttp2ErrorStreamAborted(Http2FrameType.DATA, 1)); 3573Http2ErrorCode.STREAM_CLOSED, CoreStrings.FormatHttp2ErrorStreamAborted(Http2FrameType.HEADERS, 1)); 3620await WaitForStreamErrorAsync(expectedStreamId: 1, Http2ErrorCode.STREAM_CLOSED, CoreStrings.Http2StreamAborted); 4964expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5732expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5749expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5767expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5819expectedErrorCode: 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);