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