Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Map SSL errors to SSL_PROTOCOL_ERROR, others to FAILED.
This matches the NSS port's behavior. If an unknown error within ERR_LIB_SSL, map to ERR_SSL_PROTOCOL_ERROR. Otherwise, map to ERR_FAILED. The OpenSSL port actually inverted this for some reason. (This doesn't fix #417134 but maps it to a more appropriate error.) BUG=417134 Review URL: https://codereview.chromium.org/598043002 Cr-Commit-Position: refs/heads/master@{#296769}
- Loading branch information