4 references to net_http_hpack_incomplete_header_block
Microsoft.AspNetCore.Shared.Tests (4)
runtime\Http2\HPackDecoderTest.cs (1)
868Assert.Equal(SR.net_http_hpack_incomplete_header_block, exception.Message);
runtime\Http3\QPackDecoderTest.cs (1)
296Assert.Equal(SR.net_http_hpack_incomplete_header_block, exception.Message);
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
492throw new HPackDecodingException(SR.net_http_hpack_incomplete_header_block);
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
586throw new QPackDecodingException(SR.net_http_hpack_incomplete_header_block);