5 references to StreamSelfDependency
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (2)
2710
AssertConnectionEndReason(ConnectionEndReason.
StreamSelfDependency
);
3194
AssertConnectionEndReason(ConnectionEndReason.
StreamSelfDependency
);
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (2)
805
throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamSelfDependency(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.
StreamSelfDependency
);
928
throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamSelfDependency(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.
StreamSelfDependency
);
Internal\Infrastructure\KestrelMetrics.cs (1)
490
ConnectionEndReason.
StreamSelfDependency
=> "stream_self_dependency",