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

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

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>
@miss-islington
Copy link
Contributor Author

miss-islington commented Oct 6, 2021

@rtobar and @ambv: Status check is done, and it's a success .

@ambv ambv merged commit 92018a0 into python:3.9 Oct 6, 2021
13 checks passed
@miss-islington miss-islington deleted the backport-0571b93-3.9 branch Oct 6, 2021
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.

None yet

5 participants