Skip to content

[3.10] bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) #28771

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
Oct 6, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 6, 2021

Operating systems without support for TCP_NODELAY will raise an OSError
when trying to set the socket option, but the show can still go on.
(cherry picked from commit 0571b93)

Co-authored-by: rtobar rtobarc@gmail.com

https://bugs.python.org/issue45328

…-28646)

Operating systems without support for TCP_NODELAY will raise an OSError
when trying to set the socket option, but the show can still go on.
(cherry picked from commit 0571b93)

Co-authored-by: rtobar <rtobarc@gmail.com>
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.

5 participants