Skip to content

Commit 83446d6

Browse files
author
ladeak
committed
Custom Huffman decoding
1 parent d139d55 commit 83446d6

File tree

4 files changed

+742
-238
lines changed

4 files changed

+742
-238
lines changed

src/CHttpServer/CHttpServer/CHttpServer.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1111
</ItemGroup>
1212

13+
<ItemGroup>
14+
<InternalsVisibleTo Include="CHttpServer.Tests"/>
15+
</ItemGroup>
16+
1317
<ItemGroup>
1418
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
1519
</ItemGroup>

0 commit comments

Comments
 (0)