Issue 3006: Implement and use SSLClientSocket::ReconnectIgnoringLastError
http://code.google.com/p/chromium/issues/detail?id=3006

New issue report by [EMAIL PROTECTED]:
Right now the new HTTP stack can handle an SSL certificate error
without using SSLClientSocket::ReconnectIgnoringLastError, so
that method is still not yet implemented.

This is because we complete the SSL handshake first, and then
report certificate errors to the users, before sending the
request.  So the servers are patiently waiting for us to send
the requests, and the connections stay open.  When the users
click the "Proceed anyway" button, we can just proceed to
send the request.

It is certainly possible that some servers may not be that
patient and will close the connections quickly.


Issue attributes:
        Status: Untriaged
        Owner: [EMAIL PROTECTED]
        CC: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-Windows Area-BrowserBackend NewHTTP

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to