DescriptionCode cleanup of control frame size enforcement.
Introduce kMaxControlFrameSize global const for fragmenting outgoing frames.
Get rid of GetControlFrameBufferMaxSize() and GetHeaderFragmentMaxSize() inline
members. Motivation is to converge with server side code.
Only functional change is to decrease control frame fragment size to 1 kB for
SPDY. Since frame headers are tiny, this causes little overhead. Also,
incoming control frame size limit is now properly enforced (there was an
incorrect offset by frame header size before).
This CL lands server change 78267288 among other modifications.
Committed: https://crrev.com/0e2deda3f0c59c8fc18323ede48a552bef341c24
Cr-Commit-Position: refs/heads/master@{#301154}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 12 (2 generated)
|