2 references to net_http_hpack_large_table_size_update
Microsoft.AspNetCore.Shared.Tests (2)
runtime\Http2\HPackDecoderTest.cs (1)
665Assert.Equal(SR.Format(SR.net_http_hpack_large_table_size_update, 4097, DynamicTableInitialMaxSize), exception.Message);
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
670throw new HPackDecodingException(SR.Format(SR.net_http_hpack_large_table_size_update, size, _maxDynamicTableSize));