-
-
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
HTTP/1.0 request without "Keep-Alive", res.end() not close connection. #596
Comments
You must send |
If we immediately closed the connection then the client may not be able to fully read the final response, as noted in the spec. |
No, as Http 1.0, it should close the connection unless keepalive was passed On Sun, Jul 5, 2015, 12:34 PM Jonathan Reem notifications@github.com
|
I started server
then I use `telnet command start a http request like this:
but connection not closed.
The server trace log show connection is keeping alive. why?
The text was updated successfully, but these errors were encountered: