Implement Http3 static response header compression #33980
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
feature-kestrel
HTTP3
Milestone
Http3 (QPack) supports a static list of headers that can be used for compression. This is implemented today for decoding request headers but not when encoding response headers.
We support the same feature for Http/2 here:
aspnetcore/src/Servers/Kestrel/Core/src/Internal/Http2/Http2HeaderEnumerator.cs
Lines 145 to 150 in b9efadc
The text was updated successfully, but these errors were encountered: