3 references to net_http_hpack_late_dynamic_table_size_update
Microsoft.AspNetCore.Shared.Tests (3)
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);
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
372throw new HPackDecodingException(SR.net_http_hpack_late_dynamic_table_size_update);