3 references to InvalidHandshake
InMemory.FunctionalTests (1)
Http2\Http2ConnectionTests.cs (1)
5881AssertConnectionEndReason(ConnectionEndReason.InvalidHandshake);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
613throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorInvalidPreface, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.InvalidHandshake);
Internal\Infrastructure\KestrelMetrics.cs (1)
480ConnectionEndReason.InvalidHandshake => "invalid_handshake",