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

Issue 15892015: [SPDY] Refactor SpdyStream state machine (Closed)

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

Description

[SPDY] Refactor SpdyStream state machine In particular, remove STATE_SEND_BODY, STATE_SEND_BODY_COMPLETE, SPDY_WAITING_FOR_RESPONSE and instead add logic to detect when we receive an out-of-place response. Fix tests that were using the wrong SpdyStreamType and weren't using a delegate. Add various TODOs. BUG=243643 R=rch@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202810

Patch Set 1 #

Total comments: 5

Patch Set 2 : Remove default: #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -139 lines) Patch
M net/spdy/spdy_http_stream.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/spdy/spdy_network_transaction_spdy3_unittest.cc View 3 chunks +8 lines, -6 lines 0 comments Download
M net/spdy/spdy_session_spdy2_unittest.cc View 4 chunks +17 lines, -9 lines 0 comments Download
M net/spdy/spdy_session_spdy3_unittest.cc View 5 chunks +14 lines, -6 lines 0 comments Download
M net/spdy/spdy_stream.h View 4 chunks +1 line, -17 lines 0 comments Download
M net/spdy/spdy_stream.cc View 1 12 chunks +90 lines, -101 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
akalin
+rch for review
7 years, 6 months ago (2013-05-29 02:38:20 UTC) #1
Ryan Hamilton
lgtm https://codereview.chromium.org/15892015/diff/1/net/spdy/spdy_stream.cc File net/spdy/spdy_stream.cc (right): https://codereview.chromium.org/15892015/diff/1/net/spdy/spdy_stream.cc#newcode409 net/spdy/spdy_stream.cc:409: default: If there is not another value for ...
7 years, 6 months ago (2013-05-29 03:05:33 UTC) #2
akalin
committing soon! https://codereview.chromium.org/15892015/diff/1/net/spdy/spdy_stream.cc File net/spdy/spdy_stream.cc (right): https://codereview.chromium.org/15892015/diff/1/net/spdy/spdy_stream.cc#newcode409 net/spdy/spdy_stream.cc:409: default: On 2013/05/29 03:05:33, Ryan Hamilton wrote: ...
7 years, 6 months ago (2013-05-29 03:12:45 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/15892015/1
7 years, 6 months ago (2013-05-29 03:12:55 UTC) #4
akalin
okay, removed default: cases
7 years, 6 months ago (2013-05-29 03:41:37 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/15892015/2016
7 years, 6 months ago (2013-05-29 03:42:07 UTC) #6
akalin
7 years, 6 months ago (2013-05-29 07:58:15 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r202810 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698