Skip to content
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

Fix bind_sockets if OS does not support IPv6 #823

Merged
merged 1 commit into from
Jun 12, 2013
Merged

Fix bind_sockets if OS does not support IPv6 #823

merged 1 commit into from
Jun 12, 2013

Conversation

schlamar
Copy link
Contributor

Python could be compiled with IPv6 support but the host OS does not support IPv6. In this case socket.getaddrinfo returns still IPv6 addresses and a call to socket.socket(socket.AF_INET6) raises EAFNOSUPPORT.

bdarnell added a commit that referenced this pull request Jun 12, 2013
Fix bind_sockets if OS does not support IPv6
@bdarnell bdarnell merged commit 44dbe6a into tornadoweb:master Jun 12, 2013
@schlamar schlamar deleted the bind-sockets-ipv6 branch June 12, 2013 08:02
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