-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a web server programmer, I want to implement the HPACK header indexing table so that the most common headers are compressed appropriately.
Children Items
- Generate the statically initialized array of header entries for the static indexing table.
- Implement the header field structure.
- Implement the dynamic indexing table.
- Implement the static indexing table.
- Test overall table functionality: initialization, entry addition, and eviction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request