dotnet/runtime
HTTP/3: QPack dynamic compression and decompression
Aperta
#49.561 aperta il 12 mar 2021
area-System.Net.Httpenhancementhelp wantedtenet-performance
Metriche repository
- Star
- (17.886 stelle)
- Metriche merge PR
- (Merge medio 12g 11h) (661 PR mergiate in 30 g)
Descrizione
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.