dotnet/runtime

HTTP/3: QPack dynamic compression and decompression

Open

#49,561 opened on Mar 12, 2021

View on GitHub
 (8 comments) (0 reactions) (0 assignees)C# (5,445 forks)batch import
area-System.Net.Httpenhancementhelp wantedtenet-performance

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (Avg merge 12d 11h) (661 merged PRs in 30d)

Description

I believe QPackEncoder and QPackDecoder currently only support static header compression.

.NET should support dynamic compression to reduce network traffic and potentially save CPU usage spent encoding/decoding uncompressed header values.

Contributor guide