dotnet/runtime

HTTP/3: QPack dynamic compression and decompression

开放

#49,561 创建于 2021年3月12日

 (8 条评论) (0 个反应) (0 位负责人)C# (5,445 个派生)batch import
area-System.Net.Httpenhancementhelp wantedtenet-performance

仓库指标

星标
 (17,886 个星标)
PR 合并指标
 (平均合并 12天 11小时) (30 天内合并 661 个 PR)

描述

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.

贡献者指南