Skip to content

Fix EventletConnection without ssl on recent versions of eventlet #511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2016
Merged

Fix EventletConnection without ssl on recent versions of eventlet #511

merged 1 commit into from
Mar 4, 2016

Conversation

sigmunau
Copy link
Contributor

@sigmunau sigmunau commented Mar 4, 2016

It seems recent versions of eventlet (tested on 0.18.4) has changed
which exception is raised on timeout during recv(). This was not
handled properly by PR #485 which caused a regression.

It seems recent versions of eventlet (tested on 0.18.4) has changed
which exception is raised on timeout during recv(). This was not
handled properly by PR #485 which caused a regression.
@aboudreault
Copy link
Contributor

@aholmberg I let you double check this PR since you've already played with that stuff in 485. Thanks

@aholmberg
Copy link
Contributor

+1 This aligns with a similar fix in geventreactor. Thanks for fixing it here.

aholmberg added a commit that referenced this pull request Mar 4, 2016
Fix EventletConnection without ssl on recent versions of eventlet
@aholmberg aholmberg merged commit 0b04999 into datastax:master Mar 4, 2016
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.

3 participants