3 references to MissingStreamEnd
InMemory.FunctionalTests (1)
Http2\Http2ConnectionTests.cs (1)
2794AssertConnectionEndReason(ConnectionEndReason.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",