3 references to net_http_hpack_late_dynamic_table_size_update
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
377throw new HPackDecodingException(SR.net_http_hpack_late_dynamic_table_size_update);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Shared\test\Shared.Tests\runtime\Http2\HPackDecoderTest.cs (2)
622Assert.Equal(SR.net_http_hpack_late_dynamic_table_size_update, exception.Message); 637Assert.Equal(SR.net_http_hpack_late_dynamic_table_size_update, exception.Message);