Skip to content

Conversation

@mpenick
Copy link
Contributor

@mpenick mpenick commented Oct 24, 2016

No description provided.

bool is_ssl_error() const { return error_code_ == CONNECTION_ERROR_SSL; }
bool is_ssl_error() const {
return error_code_ == CONNECTION_ERROR_SSL_ENCRYPT ||
error_code_ == CONNECTION_ERROR_SSL_ENCRYPT ||
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of these should be CONNECTION_ERROR_SSL_DECRYPT

@stamhankar999
Copy link
Contributor

👍 Merge at will.

@mpenick
Copy link
Contributor Author

mpenick commented Jan 26, 2017

Rebased and merged at 23f4572.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants