6 references to HttpErrorTrailersContainPseudoHeaderField
InMemory.FunctionalTests (4)
Http2\Http2ConnectionTests.cs (4)
6147
data.Add(new byte[] { 0x82 }, CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
);
6150
data.Add(new byte[] { 0x84 }, CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
);
6153
data.Add(new byte[] { 0x86 }, CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
);
6156
data.Add(new byte[] { 0x01, 0x09 }.Concat(Encoding.ASCII.GetBytes("127.0.0.1")).ToArray(), CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
1715
throw new Http2ConnectionErrorException(CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.InvalidRequestHeaders);
Internal\Http3\Http3Stream.cs (1)
427
throw new Http3StreamErrorException(CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
, Http3ErrorCode.MessageError);