dotnet/runtime

HTTP/3: QPack dynamic compression and decompression

Open

#49,561 opened on 2021年3月12日

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
 (平均マージ 12d 11h) (30d で 661 merged PRs)

説明

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.

コントリビューターガイド