DescriptionIncrease HTTP/2 response header buffer limit to 256 kB.
Allow response headers up to 256 kB to be processed when speaking HTTP/2
(increased from earlier 32 kB limit). Instead of allocating a 256 kB buffer at
once, start with a 8 kB buffer and grow exponentially to limit memory usage.
Also increase string literal (header key and value) limit to 256 kB (from
earlier 16 kB limit).
BUG=535629
Committed: https://crrev.com/d6738334bdb481e0c5d0303269c55049a904773e
Cr-Commit-Position: refs/heads/master@{#368442}
Patch Set 1 #
Total comments: 7
Patch Set 2 : Re: #3. #
Messages
Total messages: 10 (3 generated)
|