X-Forwarded-For: ,X-Forwarded-Host: X-Forwarded-Server: .. Connection: Keep-Alive - all these headers are being sent in the lost response tcpdump.
Tried KeepAlive, with timeouts in the proxy server, not much help. Why the play didn't respond for the initial connections after idle state, is there any conf I can set to keep it alive?
Any help would be really appreciated.
Thanks
Raj
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
public static Result index() {
return ok("It works!");
}The maybe add some logging on it. If you are able to replicate it on a test environment even better. As you can try to attach a debugger and may get a better idea whats is happening.