DescriptionRemove limit on individual hpack string literals.
We obviously want to bound the memory usage of hpack. http2 has an in-protocol
mechanism for this: send SETTINGS_MAX_HEADER_LIST_SIZE to the peer with a
suitable value. With the default 16 KB limit on header list size, the limit
removed by this CL is redundant. If we ever increased the
SETTINGS_MAX_HEADER_LIST_SIZE value then we are still limited to whatever we
set that to.
This CL lands server change 123307298 by rjshade.
BUG=488484
Committed: https://crrev.com/dcc95a083eb44685b7b2566a8b00602dd1e7e299
Cr-Commit-Position: refs/heads/master@{#400716}
Patch Set 1 #Patch Set 2 : Removed unused members. #Patch Set 3 : Fix lint error. #
Total comments: 1
Patch Set 4 : Remove unused include. #
Messages
Total messages: 28 (12 generated)
|