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

Issue 9958023: Properly handle spdy3 responses. (Closed)

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

Description

Properly handle spdy3 responses. Properly handle spdy3 to SPDY proxies. BUG=120890 TEST=Run chrome with --enable-spdy3 and visit a spdy3 server Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=130433

Patch Set 1 #

Patch Set 2 : Move NextProto enum to new file #

Patch Set 3 : Rebase #

Total comments: 20

Patch Set 4 : Rebase #

Total comments: 2

Patch Set 5 : Fix ramant's comments #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -190 lines) Patch
M net/http/http_network_transaction_spdy3_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_spdy3_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_http_stream.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M net/spdy/spdy_http_utils.h View 1 2 3 4 3 chunks +9 lines, -1 line 0 comments Download
M net/spdy/spdy_http_utils.cc View 1 2 3 4 4 chunks +46 lines, -4 lines 0 comments Download
M net/spdy/spdy_network_transaction_spdy3_unittest.cc View 1 2 3 4 5 6 21 chunks +67 lines, -57 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 3 4 5 6 3 chunks +13 lines, -23 lines 0 comments Download
M net/spdy/spdy_stream.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M net/spdy/spdy_stream.cc View 1 2 2 chunks +3 lines, -38 lines 0 comments Download
M net/spdy/spdy_stream_spdy2_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_stream_spdy3_unittest.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M net/spdy/spdy_test_util_spdy3.cc View 1 2 3 4 11 chunks +106 lines, -39 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ryan Hamilton
rtenneti: Please take a look. I believe this fixes handling of spdy 3 responses and ...
8 years, 8 months ago (2012-03-30 19:46:03 UTC) #1
ramant (doing other things)
LGTM. Mostly nits. http://codereview.chromium.org/9958023/diff/3055/net/spdy/spdy_http_utils.cc File net/spdy/spdy_http_utils.cc (right): http://codereview.chromium.org/9958023/diff/3055/net/spdy/spdy_http_utils.cc#newcode39 net/spdy/spdy_http_utils.cc:39: it = headers.find(version_key); nit: Please consider ...
8 years, 8 months ago (2012-03-30 22:19:57 UTC) #2
Ryan Hamilton
Thanks for the quick review! http://codereview.chromium.org/9958023/diff/3055/net/spdy/spdy_http_utils.cc File net/spdy/spdy_http_utils.cc (right): http://codereview.chromium.org/9958023/diff/3055/net/spdy/spdy_http_utils.cc#newcode39 net/spdy/spdy_http_utils.cc:39: it = headers.find(version_key); On ...
8 years, 8 months ago (2012-03-30 22:46:02 UTC) #3
ramant (doing other things)
lgtm
8 years, 8 months ago (2012-03-30 22:48:07 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9958023/5021
8 years, 8 months ago (2012-04-03 17:52:22 UTC) #5
commit-bot: I haz the power
Try job failure for 9958023-5021 on linux_rel for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=14860 Step "update" is always ...
8 years, 8 months ago (2012-04-03 17:55:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9958023/5023
8 years, 8 months ago (2012-04-03 18:06:14 UTC) #7
commit-bot: I haz the power
8 years, 8 months ago (2012-04-03 18:45:58 UTC) #8
Try job failure for 9958023-5023 (retry) on mac_rel for step "compile" (clobber
build).
It's a second try, previously, step "compile" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698