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

server: remove set_npn_protocols() #309

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

diabonas
Copy link
Contributor

This function is deprecated in favour of set_alpn_protocols(), which is already called, and is currently broken in Python 3.10, so remove it altogether.

Closes: #308

This function is deprecated in favour of set_alpn_protocols(), which is already
called, and is currently broken in Python 3.10, so remove it altogether.
@poljar poljar merged commit 4e585d5 into poljar:master Dec 13, 2021
@poljar
Copy link
Owner

poljar commented Dec 13, 2021

Thanks, merged.

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.

SSLContext.set_npn_protocols broken in Python 3.10
2 participants