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

Issue 304353012: Introduce STATE_RESERVED_REMOTE. No behavioral changes (Closed)

Created:
6 years, 6 months ago by baranovich
Modified:
6 years, 6 months ago
Reviewers:
Johnny
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Introduce STATE_RESERVED_REMOTE. No behavioral changes Just to keep changes small. Divide OnSynStream headers into request/response part. Request headers are now delivered to stream via OnPushPromiseHeadersReceived to ensure correct stream state. BUG=377538 R=jgraettinger@chromium.org TEST=All current push-related SpdyStream/SpdySession tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276698

Patch Set 1 #

Patch Set 2 : change CHECK to DCHECK and fix SPDY2 return #

Patch Set 3 : Fix SpdyNetworkTransactionTest.ServerPushWithTwoHeaderFrames #

Total comments: 12

Patch Set 4 : fix review remarks #

Total comments: 1

Patch Set 5 : Fix component build #

Patch Set 6 : Rebasing to the latest master #

Patch Set 7 : fix android build. More robust expectation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -42 lines) Patch
M net/spdy/spdy_http_utils.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 2 3 4 5 3 chunks +4 lines, -18 lines 0 comments Download
M net/spdy/spdy_session.h View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 3 4 5 2 chunks +39 lines, -3 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download
M net/spdy/spdy_stream.h View 1 2 3 3 chunks +9 lines, -5 lines 0 comments Download
M net/spdy/spdy_stream.cc View 1 2 3 4 chunks +21 lines, -8 lines 0 comments Download
M net/spdy/spdy_stream_unittest.cc View 2 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
baranovich
6 years, 6 months ago (2014-05-31 16:13:12 UTC) #1
baranovich
BTW, checking pushed headers using GetUrlFromHeaderBlock does not conform the spec of SPDY3/HTTP2. GURL::is_valid() will ...
6 years, 6 months ago (2014-05-31 16:23:12 UTC) #2
baranovich
bad, I forgot casing/duplication headers checks
6 years, 6 months ago (2014-05-31 19:45:18 UTC) #3
baranovich
On 2014/05/31 19:45:18, baranovich wrote: > bad, I forgot casing/duplication headers checks Umm, no, not ...
6 years, 6 months ago (2014-05-31 20:07:39 UTC) #4
Johnny
Hi Alexey, Wanted to apologies for not getting to this yet. It's in my queue. ...
6 years, 6 months ago (2014-06-03 03:38:26 UTC) #5
Johnny
https://codereview.chromium.org/304353012/diff/40001/net/spdy/spdy_network_transaction_unittest.cc File net/spdy/spdy_network_transaction_unittest.cc (right): https://codereview.chromium.org/304353012/diff/40001/net/spdy/spdy_network_transaction_unittest.cc#newcode5342 net/spdy/spdy_network_transaction_unittest.cc:5342: // TODO(baranovich): HTTP 2 does not allow multiple HEADERS ...
6 years, 6 months ago (2014-06-05 02:56:03 UTC) #6
baranovich
https://codereview.chromium.org/304353012/diff/40001/net/spdy/spdy_network_transaction_unittest.cc File net/spdy/spdy_network_transaction_unittest.cc (right): https://codereview.chromium.org/304353012/diff/40001/net/spdy/spdy_network_transaction_unittest.cc#newcode5342 net/spdy/spdy_network_transaction_unittest.cc:5342: // TODO(baranovich): HTTP 2 does not allow multiple HEADERS ...
6 years, 6 months ago (2014-06-05 19:16:58 UTC) #7
Johnny
LGTM. I have nits about a TODO, but that's it :) > HTTP 2 does ...
6 years, 6 months ago (2014-06-09 18:44:16 UTC) #8
baranovich
The CQ bit was checked by baranovich@yandex-team.ru
6 years, 6 months ago (2014-06-10 10:28:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/baranovich@yandex-team.ru/304353012/60001
6 years, 6 months ago (2014-06-10 10:31:43 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 15:18:34 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-10 15:26:04 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_clang_dbg/builds/150395) android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/193744) chromium_presubmit ...
6 years, 6 months ago (2014-06-10 15:26:05 UTC) #13
baranovich
The CQ bit was checked by baranovich@yandex-team.ru
6 years, 6 months ago (2014-06-11 09:50:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/baranovich@yandex-team.ru/304353012/80001
6 years, 6 months ago (2014-06-11 09:52:33 UTC) #15
baranovich
The CQ bit was checked by baranovich@yandex-team.ru
6 years, 6 months ago (2014-06-11 11:59:52 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/baranovich@yandex-team.ru/304353012/100001
6 years, 6 months ago (2014-06-11 12:01:30 UTC) #17
baranovich
The CQ bit was checked by baranovich@yandex-team.ru
6 years, 6 months ago (2014-06-11 13:00:40 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/baranovich@yandex-team.ru/304353012/120001
6 years, 6 months ago (2014-06-11 13:01:43 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_x64_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 20:59:46 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 21:18:40 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_x64_rel/builds/19587)
6 years, 6 months ago (2014-06-11 21:18:41 UTC) #22
baranovich
The CQ bit was checked by baranovich@yandex-team.ru
6 years, 6 months ago (2014-06-12 10:02:40 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/baranovich@yandex-team.ru/304353012/120001
6 years, 6 months ago (2014-06-12 10:03:57 UTC) #24
commit-bot: I haz the power
6 years, 6 months ago (2014-06-12 16:15:02 UTC) #25
Message was sent while issue was closed.
Change committed as 276698

Powered by Google App Engine
This is Rietveld 408576698