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

Issue 14232014: Correctly handle SPDY GOAWAY frames. (Closed)

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

Description

Correctly handle SPDY GOAWAY frames. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195032

Patch Set 1 #

Total comments: 15

Patch Set 2 : Fix comments #

Total comments: 10

Patch Set 3 : Fix comments #

Total comments: 4

Patch Set 4 : Fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -182 lines) Patch
M net/spdy/spdy_session.h View 1 2 1 chunk +8 lines, -1 line 0 comments Download
M net/spdy/spdy_session.cc View 1 2 4 chunks +23 lines, -23 lines 0 comments Download
M net/spdy/spdy_session_spdy2_unittest.cc View 1 chunk +54 lines, -10 lines 0 comments Download
M net/spdy/spdy_session_spdy3_unittest.cc View 1 2 2 chunks +55 lines, -10 lines 0 comments Download
M net/spdy/spdy_test_util_spdy2.h View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M net/spdy/spdy_test_util_spdy2.cc View 1 15 chunks +5 lines, -72 lines 0 comments Download
M net/spdy/spdy_test_util_spdy3.h View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M net/spdy/spdy_test_util_spdy3.cc View 1 11 chunks +5 lines, -64 lines 0 comments Download
M net/spdy/spdy_write_queue.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M net/spdy/spdy_write_queue.cc View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M net/spdy/spdy_write_queue_unittest.cc View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Ryan Hamilton
7 years, 8 months ago (2013-04-17 19:48:55 UTC) #1
willchan no longer on Chromium
I'm going to let akalin handle this instead :) Let me know if you'd prefer ...
7 years, 8 months ago (2013-04-17 20:12:48 UTC) #2
Ryan Hamilton
On Wednesday, April 17, 2013, wrote: > I'm going to let akalin handle this instead ...
7 years, 8 months ago (2013-04-17 20:49:14 UTC) #3
akalin
looks mostly good, a few comments https://codereview.chromium.org/14232014/diff/1/net/spdy/spdy_session.cc File net/spdy/spdy_session.cc (right): https://codereview.chromium.org/14232014/diff/1/net/spdy/spdy_session.cc#newcode1146 net/spdy/spdy_session.cc:1146: ActiveStreamMap new_active_streams; Curious ...
7 years, 8 months ago (2013-04-17 21:14:20 UTC) #4
Ryan Hamilton
https://codereview.chromium.org/14232014/diff/1/net/spdy/spdy_session.cc File net/spdy/spdy_session.cc (right): https://codereview.chromium.org/14232014/diff/1/net/spdy/spdy_session.cc#newcode1146 net/spdy/spdy_session.cc:1146: ActiveStreamMap new_active_streams; On 2013/04/17 21:14:20, akalin wrote: > Curious ...
7 years, 8 months ago (2013-04-18 00:30:40 UTC) #5
akalin
lgtm after nits https://codereview.chromium.org/14232014/diff/1/net/spdy/spdy_test_util_spdy2.cc File net/spdy/spdy_test_util_spdy2.cc (right): https://codereview.chromium.org/14232014/diff/1/net/spdy/spdy_test_util_spdy2.cc#newcode152 net/spdy/spdy_test_util_spdy2.cc:152: // Construct a SPDY GOAWAY frame. ...
7 years, 8 months ago (2013-04-18 01:29:59 UTC) #6
akalin
https://codereview.chromium.org/14232014/diff/4002/net/spdy/spdy_write_queue.h File net/spdy/spdy_write_queue.h (right): https://codereview.chromium.org/14232014/diff/4002/net/spdy/spdy_write_queue.h#newcode52 net/spdy/spdy_write_queue.h:52: void RemovePendingWritesForStreamsAfter(SpdyStreamId last_good_stream_id); before i forget, can you also ...
7 years, 8 months ago (2013-04-18 02:23:10 UTC) #7
Ryan Hamilton
Done, I think, but I'd like to confirm that it is acceptable for streams write ...
7 years, 8 months ago (2013-04-18 17:18:29 UTC) #8
akalin
still lgtm, but a couple more nits https://codereview.chromium.org/14232014/diff/15001/net/spdy/spdy_write_queue.cc File net/spdy/spdy_write_queue.cc (right): https://codereview.chromium.org/14232014/diff/15001/net/spdy/spdy_write_queue.cc#newcode101 net/spdy/spdy_write_queue.cc:101: it->stream->stream_id() == ...
7 years, 8 months ago (2013-04-18 19:58:19 UTC) #9
Ryan Hamilton
thanks https://codereview.chromium.org/14232014/diff/15001/net/spdy/spdy_write_queue.cc File net/spdy/spdy_write_queue.cc (right): https://codereview.chromium.org/14232014/diff/15001/net/spdy/spdy_write_queue.cc#newcode101 net/spdy/spdy_write_queue.cc:101: it->stream->stream_id() == 0)) { On 2013/04/18 19:58:19, akalin ...
7 years, 8 months ago (2013-04-18 21:33:46 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/14232014/23001
7 years, 8 months ago (2013-04-18 21:34:07 UTC) #11
commit-bot: I haz the power
Presubmit check for 14232014-23001 failed and returned exit status 1. INFO:root:Found 11 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-18 21:34:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/14232014/23001
7 years, 8 months ago (2013-04-18 21:40:52 UTC) #13
commit-bot: I haz the power
Presubmit check for 14232014-23001 failed and returned exit status 1. INFO:root:Found 11 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-18 21:40:59 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/14232014/23001
7 years, 8 months ago (2013-04-18 21:49:01 UTC) #15
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=119420
7 years, 8 months ago (2013-04-19 00:01:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/14232014/23001
7 years, 8 months ago (2013-04-19 00:11:57 UTC) #17
commit-bot: I haz the power
7 years, 8 months ago (2013-04-19 00:50:21 UTC) #18
Message was sent while issue was closed.
Change committed as 195032

Powered by Google App Engine
This is Rietveld 408576698