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

Issue 129543002: Enable SpdyStream's HALF_CLOSED_REMOTE state. (Closed)

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

Description

Enable SpdyStream's HALF_CLOSED_REMOTE state. Unit-tests cover HTTP case of a response received before post completes, and websocket case of a CLOSE frame with SPDY FIN set (client should still send a websocket CLOSE). Also rename SpdyStream::IsIdleTemporaryRename() back to IsIdle(). TEST=Also tested with Fedor's test case from the ticket. BUG=330860 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251450

Patch Set 1 #

Patch Set 2 : Rebased on to upstream changes. #

Total comments: 3

Patch Set 3 : Add add'l weak_this guard around delegate calls. #

Patch Set 4 : Add add'l weak_this guard around delegate calls (2nd try). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -68 lines) Patch
M net/spdy/spdy_http_stream.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 1 chunk +31 lines, -38 lines 0 comments Download
M net/spdy/spdy_stream.h View 1 2 chunks +2 lines, -5 lines 0 comments Download
M net/spdy/spdy_stream.cc View 1 2 7 chunks +35 lines, -23 lines 0 comments Download
M net/spdy/spdy_websocket_stream_unittest.cc View 3 chunks +63 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Johnny
Hi Will & Fred, For when you're ready, this is the follow-up CL which enables ...
6 years, 11 months ago (2014-01-08 22:25:51 UTC) #1
akalin
On 2014/01/08 22:25:51, Johnny wrote: > Hi Will & Fred, > > For when you're ...
6 years, 11 months ago (2014-01-14 00:09:12 UTC) #2
akalin
Replacing myself with rch.
6 years, 10 months ago (2014-01-28 23:31:59 UTC) #3
Johnny
Hi Ryan, This is rebased and ready for a look. Thanks, -johnny https://codereview.chromium.org/129543002/diff/60001/net/spdy/spdy_stream.cc File net/spdy/spdy_stream.cc ...
6 years, 10 months ago (2014-02-14 00:07:08 UTC) #4
Ryan Hamilton
lgtm https://codereview.chromium.org/129543002/diff/60001/net/spdy/spdy_stream.cc File net/spdy/spdy_stream.cc (right): https://codereview.chromium.org/129543002/diff/60001/net/spdy/spdy_stream.cc#newcode545 net/spdy/spdy_stream.cc:545: // Notify delegate of write completion. Must not ...
6 years, 10 months ago (2014-02-14 01:47:21 UTC) #5
Johnny
https://codereview.chromium.org/129543002/diff/60001/net/spdy/spdy_stream.cc File net/spdy/spdy_stream.cc (right): https://codereview.chromium.org/129543002/diff/60001/net/spdy/spdy_stream.cc#newcode545 net/spdy/spdy_stream.cc:545: // Notify delegate of write completion. Must not destroy ...
6 years, 10 months ago (2014-02-14 16:27:30 UTC) #6
Johnny
The CQ bit was checked by jgraettinger@chromium.org
6 years, 10 months ago (2014-02-14 16:28:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jgraettinger@chromium.org/129543002/180001
6 years, 10 months ago (2014-02-14 16:29:10 UTC) #8
Ryan Hamilton
On Fri, Feb 14, 2014 at 8:27 AM, <jgraettinger@chromium.org> wrote: > > https://codereview.chromium.org/129543002/diff/60001/net/ > spdy/spdy_stream.cc ...
6 years, 10 months ago (2014-02-14 17:23:11 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-14 18:49:04 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=264395
6 years, 10 months ago (2014-02-14 18:49:05 UTC) #11
Johnny
The CQ bit was checked by jgraettinger@chromium.org
6 years, 10 months ago (2014-02-14 20:15:44 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jgraettinger@chromium.org/129543002/180001
6 years, 10 months ago (2014-02-14 20:17:16 UTC) #13
commit-bot: I haz the power
6 years, 10 months ago (2014-02-15 00:16:12 UTC) #14
Message was sent while issue was closed.
Change committed as 251450

Powered by Google App Engine
This is Rietveld 408576698