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

Request hang when https connection is silently closed #916

Open
quinnj opened this issue Aug 27, 2022 · 0 comments
Open

Request hang when https connection is silently closed #916

quinnj opened this issue Aug 27, 2022 · 0 comments

Comments

@quinnj
Copy link
Member

quinnj commented Aug 27, 2022

Observed in a production setting that a very long request (> 10 minutes) seemed to hang when the connection was silently closed from the remote side. Passing keepalive=true fixed the issue, but not sure why the request didn't throw an error instead of hang. Need to figure out if the underlying socket was closed or not, or if the ssl layer didn't properly process the close-notify or something?

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

No branches or pull requests

1 participant