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

Issue 199843005: Implement padding for SPDY4/HTTP2 DATA frames. (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

Implement padding for SPDY4/HTTP2 DATA frames. Padding is correctly interpreted, but not emitted. This lands server change 62555297 by raullenchai. BUG=345769

Patch Set 1 #

Patch Set 2 : nullptr => NULL & discard padding at SpdySession visitor call. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+383 lines, -28 lines) Patch
M net/spdy/spdy_frame_builder.h View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_frame_builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_framer.h View 3 chunks +14 lines, -0 lines 0 comments Download
M net/spdy/spdy_framer.cc View 1 7 chunks +163 lines, -21 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 1 4 chunks +156 lines, -1 line 0 comments Download
M net/spdy/spdy_protocol.h View 3 chunks +33 lines, -2 lines 0 comments Download
M net/spdy/spdy_protocol.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

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

Powered by Google App Engine
This is Rietveld 408576698