Chromium Code Reviews
DescriptionSpdySession: Combine three frames into a single packet.
Combine HTTP/2 connection preface, initial SETTINGS frame, and optional
initial WINDOW_UPDATE frame into a single SpdySerializedFrame so that it
can be send on the wire in a single packet.
Also combine said frames in tests. (Because of the way expected and
actual write data are compared, tests expecting individual packets
(before this change) pass with the packets sent separately or combined,
but tests expecting combined packets (after this change) only pass
when packets are actually combined.)
BUG=705551
Review-Url: https://codereview.chromium.org/2909653002
Cr-Commit-Position: refs/heads/master@{#477745}
Committed: https://chromium.googlesource.com/chromium/src/+/8abf64aff97080b772d924ebf79d4c74d14eea0d
Patch Set 1 #
Total comments: 2
Patch Set 2 : Simplify send_window_update logic. #Patch Set 3 : Rebase. #Patch Set 4 : Combine frames in tests. #
Messages
Total messages: 29 (20 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||