6 references to HttpErrorTrailersContainPseudoHeaderField
InMemory.FunctionalTests (4)
Http2\Http2ConnectionTests.cs (4)
6219
data.Add(new byte[] { 0x82 }, CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
);
6222
data.Add(new byte[] { 0x84 }, CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
);
6225
data.Add(new byte[] { 0x86 }, CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
);
6228
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)
1719
throw new Http2ConnectionErrorException(CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.InvalidRequestHeaders);
Internal\Http3\Http3Stream.cs (1)
429
throw new Http3StreamErrorException(CoreStrings.
HttpErrorTrailersContainPseudoHeaderField
, Http3ErrorCode.MessageError);