-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Description
There are TODO comments in the code about SETTINGS_HEADER_TABLE_SIZE
support. Proper would:
- Give the ability to setup a max table size at http2.Transport and http2.Server
- Send the max table size in the settings frame
- Apply received
SETTINGS_HEADER_TABLE_SIZE
capped by the max table size defined
I have a working implementation. I need to write tests and I will submit it.
Cc @bradfitz
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.