2 references to HttpErrorPseudoHeaderFieldAfterRegularHeaders
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
1709
throw new Http2ConnectionErrorException(CoreStrings.
HttpErrorPseudoHeaderFieldAfterRegularHeaders
, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.InvalidRequestHeaders);
Internal\Http3\Http3Stream.cs (1)
408
throw new Http3StreamErrorException(CoreStrings.
HttpErrorPseudoHeaderFieldAfterRegularHeaders
, Http3ErrorCode.MessageError);