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

Issue 6355003: net: don't assume that we have an SSLHostInfo. (Closed)

Created:
9 years, 11 months ago by agl
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

net: don't assume that we have an SSLHostInfo. sync doesn't run an HttpCache and therefore sync's requests don't pickup an SSLHostInfo. BUG=69522 TEST=don't crash on startup

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M net/socket/ssl_client_socket_pool.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
agl
9 years, 11 months ago (2011-01-14 15:37:27 UTC) #1
willchan no longer on Chromium
9 years, 11 months ago (2011-01-14 15:41:06 UTC) #2
LGTM as a crash fix.

It makes me wonder if it's a problem that SSL sockets initiated for the same
socket pool, but not for the same HttpCache may not do the same thing, but sit
in the same pool.  Sync will only do this for 1 socket, so maybe it doesn't
matter.  I'll keep it in mind for the future.

Powered by Google App Engine
This is Rietveld 408576698