Skip to content

Catch socket error 61 on Windows #72

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

Closed
wants to merge 1 commit into from
Closed

Catch socket error 61 on Windows #72

wants to merge 1 commit into from

Conversation

mmcauliffe
Copy link

The error number for connection refused on Windows is 10061, instead of 61, so this just adds it to the list of error numbers to be caught for raising a ProtocolError.

@technige
Copy link
Contributor

Hi @mmcauliffe - have you signed our CLA?

@technige technige mentioned this pull request May 31, 2016
@technige
Copy link
Contributor

technige commented May 31, 2016

Actually, since this needs to be raised again the 1.0 branch and it's only a one-line change, I've added it here: #74

@mmcauliffe: Are you able to confirm that this fixed the issue for you?

@technige
Copy link
Contributor

Closing this PR as superseded by #74

@technige technige closed this May 31, 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.

2 participants