You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested the client by running nc -l instead of tomcat7. When I responded to the client request with an invalid HTTP response, it held the connection open indefinitely. If I did not respond at all, it held the connection open indefinitely and did not time out.
The client should close the connection when it doesn't get a valid response.
The text was updated successfully, but these errors were encountered:
This may be a client or client-server issue.
I tested the client by running
nc -l
instead of tomcat7. When I responded to the client request with an invalid HTTP response, it held the connection open indefinitely. If I did not respond at all, it held the connection open indefinitely and did not time out.The client should close the connection when it doesn't get a valid response.
The text was updated successfully, but these errors were encountered: