2 references to MissingStreamEnd
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
831throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorHeadersWithTrailersNoEndStream, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.MissingStreamEnd);
Internal\Infrastructure\KestrelMetrics.cs (1)
492ConnectionEndReason.MissingStreamEnd => "missing_stream_end",