Add unit test for variable length encoding HTTP/3 (#60766)
authorBadre BSAILA <54767641+pedrobsaila@users.noreply.github.com>
Tue, 9 Nov 2021 19:51:38 +0000 (20:51 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Nov 2021 19:51:38 +0000 (20:51 +0100)
commit6d5f59bc139b6988673cd411b87b9bbb91ead9d2
treeb827eaec597fe0edbf10a403aa13ad3602be29c0
parent26c045b556010bb68fc21722ed6bf76683028d79
Add unit test for variable length encoding HTTP/3 (#60766)

Fixes #51519
src/libraries/Common/src/System/Net/Http/aspnetcore/Http3/Helpers/VariableLengthIntegerHelper.cs
src/libraries/Common/tests/Common.Tests.csproj
src/libraries/Common/tests/Tests/System/Net/aspnetcore/Http3/VariableLengthIntegerHelperTests.cs [new file with mode: 0644]