-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Not reading the entire response body leaks the connection on the client side #1353
Comments
I had a similar observation today, when POSTing a body and accidentally setting Content-Length to 0. The effect was that I never saw a response on the client side - so something seems to not proceed on the server side. I did not investigate this further, but the issue description reminded me a lot about it. |
Woops, GitHub auto closed this because I had mentioned that enabling |
FWIW, v0.11.7 was released with this, if you configure the client with |
no_proto is now the default, so closing this. |
This program continually creates new connections without ever closing old ones:
The text was updated successfully, but these errors were encountered: