Chromium Code Reviews| Index: net/base/ssl_client_socket_win.cc |
| =================================================================== |
| --- net/base/ssl_client_socket_win.cc (revision 8332) |
| +++ net/base/ssl_client_socket_win.cc (working copy) |
| @@ -631,7 +631,7 @@ |
| if (result < 0) |
| return result; |
| if (result == 0 && !ignore_ok_result_) |
| - return ERR_FAILED; // Incomplete response :( |
| + return ERR_SSL_PROTOCOL_ERROR; // Incomplete response :( |
| ignore_ok_result_ = false; |