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

Wrap tcp_keepalive to allow OSError 22 #8099

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

qstokkink
Copy link
Contributor

Fixes #6429

This PR:

  • Updates tcp_keepalive for ALL aiohttp protocols, allowing it to fail with OSError 22.

@qstokkink
Copy link
Contributor Author

qstokkink commented Aug 20, 2024

Apparently the test_notify_finished_tracked validation test on Python 3.9, IPv6 is flaky.

@qstokkink qstokkink changed the title WIP: Wrap tcp_keepalive to allow OSError 22 READY: Wrap tcp_keepalive to allow OSError 22 Aug 20, 2024
@qstokkink qstokkink marked this pull request as ready for review August 20, 2024 12:25
@qstokkink qstokkink changed the title READY: Wrap tcp_keepalive to allow OSError 22 Wrap tcp_keepalive to allow OSError 22 Aug 20, 2024
@qstokkink qstokkink merged commit f5a8af8 into Tribler:main Aug 20, 2024
6 checks passed
@qstokkink qstokkink deleted the add_wrap_tcp_keepalive branch August 20, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[7.10] OSError: [Errno 22] Invalid argument
2 participants