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

Issue 138803002: SPDY4: Turn SYN_STREAM and SYN_REPLY into HEADERS. (Closed)

Created:
6 years, 11 months ago by Johnny
Modified:
6 years, 11 months ago
Reviewers:
akalin
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

SPDY4: Turn SYN_STREAM and SYN_REPLY into HEADERS. Someday we will rip out support for SYN_STREAM altogether, but that will likely wait until we rip out SPDY <4. This lands server change 56555536 by hkhalil. Also updated SpdySession to work around removal of SYN_STREAM/SYN_REPLY: * OnSynReply() won't be called in SPDY4 contexts. OnHeaders() must handle initial response headers. * As OnPushPromise() isn't handled, associated stream checks aren't possible in SPDY4. Disable checks & related unit-tests. Also updated compression test fixtures. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245253

Patch Set 1 #

Patch Set 2 : Fixes to SpdySession & tests. #

Patch Set 3 : Windows bool-cast fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -112 lines) Patch
M net/spdy/buffered_spdy_framer_unittest.cc View 1 1 chunk +7 lines, -2 lines 0 comments Download
M net/spdy/spdy_framer.cc View 1 2 11 chunks +68 lines, -18 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 1 21 chunks +121 lines, -81 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 6 chunks +26 lines, -3 lines 0 comments Download
M net/spdy/spdy_protocol.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 5 chunks +36 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Johnny
There's a windows-only bool-cast warning which I'm currently try-ing a small patch for, but I ...
6 years, 11 months ago (2014-01-15 17:36:43 UTC) #1
akalin
lgtm!
6 years, 11 months ago (2014-01-16 00:52:30 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jgraettinger@chromium.org/138803002/120001
6 years, 11 months ago (2014-01-16 04:36:53 UTC) #3
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 18:10:27 UTC) #4
Message was sent while issue was closed.
Change committed as 245253

Powered by Google App Engine
This is Rietveld 408576698