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

Fix early TCP closes due to backend hanging up #1138

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

Wonshtrum
Copy link
Member

Some TCP connections were closing even though some data was still in flight. This was due to the backend hanging up and Pipe::check_connections only checking for in-memory buffers, disregarding the kernel ones. We now consider this by checking the readiness.event.is_readable().

…to prevent early closing of TCP connections with no more backend

Signed-off-by: Eloi DEMOLIS <eloi.demolis@clever-cloud.com>
Copy link
Member

@Keksoj Keksoj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is clear and necessary.

this has been tested in production and works pretty well.

thanks a lot!

@Keksoj Keksoj merged commit f79544e into main Oct 4, 2024
23 checks passed
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.

2 participants