Commit d6d3ab88 authored by mbelshe@chromium.org's avatar mbelshe@chromium.org

Handle error case on SSL read which was not properly exiting.

BUG=none
TEST=<this is the test>

Review URL: http://codereview.chromium.org/6338013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72059 0039d316-1c4b-4281-b951-d872f2087c98
parent 50e47130
......@@ -1125,7 +1125,7 @@ class SMConnection: public SMConnectionInterface,
goto done;
default:
PrintSslError();
break;
goto error_or_close;
}
}
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment