-
Notifications
You must be signed in to change notification settings - Fork 32
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
Clean up when HTTP connection closed. #17
Comments
Could you find the real example when this case happens? |
http connections being left open for a long time is a typical feature. it is commonly found in report generation. http connections being left open indefinitely could happen either purposefully or accidentally on pretty much any web server. |
E.g.
the curl request will never finish and when i close it the |
to act as a resilient http service |
Load end may never occur its important to clean up when connection is closed.
The text was updated successfully, but these errors were encountered: