22 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)); 3622Http2ErrorCode.STREAM_CLOSED, CoreStrings.FormatHttp2ErrorStreamAborted(Http2FrameType.WINDOW_UPDATE, 1)); 4963expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5731expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5748expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5766expectedErrorCode: Http2ErrorCode.STREAM_CLOSED, 5818expectedErrorCode: Http2ErrorCode.STREAM_CLOSED,
Http2\Http2TimeoutTests.cs (1)
301Http2ErrorCode.STREAM_CLOSED,
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\Http2Connection.cs (6)
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); 1439throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamClosed(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose);