I am facing some issue with 1.6.5 version.
Sometimes the server stops replying to my http rest calls. The tcpdump
indicated proper tcp hand-shake..and http request going. But no response comes from server.
This is basic http get call and no processing on the server is happening. Server should receive this call and should reply back with 200 OK response.
If I restart the server, it starts working again. This issue is intermittent.
Any pointers would be really appreciated