5 references to net_http_hpack_invalid_index
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
667throw 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)
178Assert.Equal(SR.Format(SR.net_http_hpack_invalid_index, 62), exception.Message); 254Assert.Equal(SR.Format(SR.net_http_hpack_invalid_index, 62), exception.Message); 404Assert.Equal(SR.Format(SR.net_http_hpack_invalid_index, 62), exception.Message); 499Assert.Equal(SR.Format(SR.net_http_hpack_invalid_index, 62), exception.Message);