6 references to net_http_hpack_incomplete_header_block
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (2)
2724
expectedErrorMessage: SR.
net_http_hpack_incomplete_header_block
);
4920
expectedErrorMessage: SR.
net_http_hpack_incomplete_header_block
);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
497
throw new HPackDecodingException(SR.
net_http_hpack_incomplete_header_block
);
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
586
throw new QPackDecodingException(SR.
net_http_hpack_incomplete_header_block
);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Shared\test\Shared.Tests\runtime\Http2\HPackDecoderTest.cs (1)
868
Assert.Equal(SR.
net_http_hpack_incomplete_header_block
, exception.Message);
src\Shared\test\Shared.Tests\runtime\Http3\QPackDecoderTest.cs (1)
296
Assert.Equal(SR.
net_http_hpack_incomplete_header_block
, exception.Message);