2 references to Http2ErrorInvalidPreface
InMemory.FunctionalTests (1)
Http2\Http2ConnectionTests.cs (1)
5880
expectedErrorMessage: CoreStrings.
Http2ErrorInvalidPreface
);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
613
throw new Http2ConnectionErrorException(CoreStrings.
Http2ErrorInvalidPreface
, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.InvalidHandshake);