3 references to HttpErrorHeaderNameUppercase
InMemory.FunctionalTests (1)
Http2\Http2ConnectionTests.cs (1)
2808
expectedErrorMessage: CoreStrings.
HttpErrorHeaderNameUppercase
);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
1680
throw new Http2ConnectionErrorException(CoreStrings.
HttpErrorHeaderNameUppercase
, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.InvalidRequestHeaders);
Internal\Http3\Http3Stream.cs (1)
390
throw new Http3StreamErrorException(CoreStrings.
HttpErrorHeaderNameUppercase
, Http3ErrorCode.MessageError);