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

Issue 2862027: Fix crash in GetSpdySessionFromSSLSocket in the case where the... (Closed)

Created:
10 years, 6 months ago by Mike Belshe
Modified:
9 years, 5 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Fix crash in GetSpdySessionFromSSLSocket in the case where the server immediately hangs up after negotiating SPDY via NPN. BUG=46369 TEST=SpdyNPNServerHangup Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50689

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 3

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -19 lines) Patch
M net/http/http_network_transaction.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
M net/spdy/spdy_session.h View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 6 chunks +13 lines, -7 lines 0 comments Download
M net/spdy/spdy_session_pool.h View 2 chunks +6 lines, -2 lines 0 comments Download
M net/spdy/spdy_session_pool.cc View 1 2 1 chunk +8 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mike Belshe
10 years, 6 months ago (2010-06-23 08:23:24 UTC) #1
willchan no longer on Chromium
LGTM http://codereview.chromium.org/2862027/diff/7001/8001 File net/http/http_network_transaction.cc (right): http://codereview.chromium.org/2862027/diff/7001/8001#newcode1518 net/http/http_network_transaction.cc:1518: spdy_session = spdy_pool->GetSpdySessionFromSSLSocket( It's more of a nit ...
10 years, 6 months ago (2010-06-23 21:15:27 UTC) #2
Mike Belshe
10 years, 6 months ago (2010-06-23 23:13:33 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698