Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Issue 202063002: Added OverwriteFlags method to SpdyFrameBuilder. (Closed)

Created:
6 years, 9 months ago by Johnny
Modified:
6 years, 8 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Added OverwriteFlags method to SpdyFrameBuilder. If we find the after-compression payload of a HEADERS or PUSH_PROMISE is too long, we can go back and turn off the END_HEADERS or END_PUSH_PROMISE flag. Will be used in a follow-up CL to automatically serialize header blocks across CONTINUATION frames as needed. This lands server change 62682641 by mlavan. BUG=345769

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -0 lines) Patch
M net/spdy/spdy_frame_builder.h View 1 chunk +5 lines, -0 lines 0 comments Download
M net/spdy/spdy_frame_builder.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M net/spdy/spdy_frame_builder_test.cc View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johnny
6 years, 9 months ago (2014-03-18 14:55:03 UTC) #1
Ryan Hamilton
6 years, 9 months ago (2014-03-18 16:15:17 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698