Hi, guys!
I faced with the fully similar issue that described
here but in my case I'm not using a
timeout option on the server (using a default zero value - that mean the server doesn't close a idle connections), and client using a default 5 min timeout. But some times (probably every 20-30 sec) client returns a EOF error without any essential reasons (no high loading, no network problems etc.). As I understood EOF error appears in case when server has closed a connection, but client is still not.
So, what is the reasons of EOF error could be? What is the suggested way to re-connect and to avoid fails for the initial request?
Thanks,
Mike