Hi There
My app makes many requests to my server, only on one of them it has an issue with the following message. I retry the request immediately and have success most times but definitely after a third time is sends ok.. The message is
The client failed to send a complete request on this REUSED connection before the timeout period elapsed; 0 bytes were read from client.
It appears to happen and the request never gets sent out giving me a null pointer error on the HTTPUtils2 lib.. All of the other requests never have this happen to them. It is odd..
Any ideas anyone? It is a bit vague I guess but an oddity just the same..
Thank you,
Derek.
My app makes many requests to my server, only on one of them it has an issue with the following message. I retry the request immediately and have success most times but definitely after a third time is sends ok.. The message is
The client failed to send a complete request on this REUSED connection before the timeout period elapsed; 0 bytes were read from client.
It appears to happen and the request never gets sent out giving me a null pointer error on the HTTPUtils2 lib.. All of the other requests never have this happen to them. It is odd..
Any ideas anyone? It is a bit vague I guess but an oddity just the same..
Thank you,
Derek.