Chromium Code Reviews
DescriptionHandle 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
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34555
Patch Set 1 #
Total comments: 2
Messages
Total messages: 9 (0 generated)
|
||||||||||||||||||||||||||||