DescriptionIncrease maximum size of the HPACK decoder dynamic table to 64 kB.
* Send out SETTINGS_HEADER_TABLE_SIZE = 64 kB in the initial SETTINGS frame on
each HTTP/2 connection.
* Immediately notify HpackDecoder about the change so that it allows the encoder
to update the dynamic table size up to this limit. It is safe to do so before
receiving the SETTINGS ACK, because the new limit is larger than the default 4
kB. In fact, a server following RFC 7540 Section 6.5.3 word-by-word might
already use the larger limit before sending an ACK.
BUG=642784
Committed: https://crrev.com/30537e17941018ecffe781c009b39c7a8c4c8f30
Committed: https://crrev.com/b3cafaaea4c3c0c1cf553d8ec9999f83a8c1c7f4
Cr-Original-Commit-Position: refs/heads/master@{#415718}
Cr-Commit-Position: refs/heads/master@{#416284}
Patch Set 1 #Patch Set 2 : Update Cronet Android tests. #
Total comments: 1
Patch Set 3 : Add comment in Cronet tests. #
Messages
Total messages: 28 (15 generated)
|