5 references to HttpErrorMissingMandatoryPseudoHeaderFields
InMemory.FunctionalTests (3)
Http2\Http2ConnectionTests.cs (2)
2969
expectedErrorMessage: CoreStrings.
HttpErrorMissingMandatoryPseudoHeaderFields
);
5028
expectedErrorMessage: CoreStrings.
HttpErrorMissingMandatoryPseudoHeaderFields
);
Http3\Http3StreamTests.cs (1)
2311
expectedErrorMessage: CoreStrings.
HttpErrorMissingMandatoryPseudoHeaderFields
);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
1293
throw new Http2StreamErrorException(_currentHeadersStream.StreamId, CoreStrings.
HttpErrorMissingMandatoryPseudoHeaderFields
, Http2ErrorCode.PROTOCOL_ERROR);
Internal\Http3\Http3Stream.cs (1)
903
throw new Http3StreamErrorException(CoreStrings.
HttpErrorMissingMandatoryPseudoHeaderFields
, Http3ErrorCode.MessageError);