Updates:
        Status: Fixed

Comment #14 on issue 13981 by willc...@chromium.org: Crash -  
net::SSLClientSocketWin::OnIOComplete(int)
http://code.google.com/p/chromium/issues/detail?id=13981

Marked as fixed.  I'm not sure I understand the point about  
IsConnectedAndIdle() being
expensive.  What's expensive about it?  In all the cases that ptr was NULL,  
socket
will be disconnected which sets socket_ to INVALID_SOCKET, so it's a pointer
dereference and then a bool check.  In any case we'd have to call recv() to  
detect a
disconnected socket, we'd have to do it with your code too, right?

--
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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to