summaryrefslogtreecommitdiffstats
path: root/chrome/browser/security
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 15:27:55 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 15:27:55 +0000
commitb05e0ac05876e626cc85d3a59e5b8dc2b1a6d9c0 (patch)
treee9e14b819719d8a1226f8d08195d69da314d06ad /chrome/browser/security
parentad0acc68a5ae79ace062eee99475aa2edb187c4e (diff)
downloadchromium_src-b05e0ac05876e626cc85d3a59e5b8dc2b1a6d9c0.zip
chromium_src-b05e0ac05876e626cc85d3a59e5b8dc2b1a6d9c0.tar.gz
chromium_src-b05e0ac05876e626cc85d3a59e5b8dc2b1a6d9c0.tar.bz2
Handle unexpected connection close during SSL handshake on Mac
SSLHandlshake may return errSSLClosedGraceful error code which is interpreted as net::OK by NetErrorFromOSStatus, but the caller code sometimes do not check status!=noErr cases if net_error==OK, and this can lead unexpected status in the handshake sequence (and causes ExtensionApiTest.CrossOriginXHR failure on Mac). BUG=29711 TEST=ExtensionApiTest.CrossOriginXHR Review URL: http://codereview.chromium.org/500018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34555 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/security')
0 files changed, 0 insertions, 0 deletions