Skip to content

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

Merged
ambv merged 1 commit into
python:3.10from
miss-islington:backport-0571b93-3.10
Oct 6, 2021
Merged

[3.10] bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)#28771
ambv merged 1 commit into
python:3.10from
miss-islington:backport-0571b93-3.10

Conversation

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