5 references to net_http_hpack_invalid_index
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
667
throw new HPackDecodingException(SR.Format(SR.
net_http_hpack_invalid_index
, index));
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
src\Shared\test\Shared.Tests\runtime\Http2\HPackDecoderTest.cs (4)
178
Assert.Equal(SR.Format(SR.
net_http_hpack_invalid_index
, 62), exception.Message);
254
Assert.Equal(SR.Format(SR.
net_http_hpack_invalid_index
, 62), exception.Message);
404
Assert.Equal(SR.Format(SR.
net_http_hpack_invalid_index
, 62), exception.Message);
499
Assert.Equal(SR.Format(SR.
net_http_hpack_invalid_index
, 62), exception.Message);