2 references to UnknownStream
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
757
throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorStreamClosed(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.
UnknownStream
);
Internal\Infrastructure\KestrelMetrics.cs (1)
483
ConnectionEndReason.
UnknownStream
=> "unknown_stream",