Issue - necessary data rewind wasn't possible

2013-12-11 Thread sachin dravid
Hello, I am getting following error very frequently: Curl logs: === -connection died retrying a fresh connect -necessary data rewind wasn't possible === Sometimes it gets success in retry but sometimes it fails with necessary data rewind wasn't possible. Can anyone explain

Re: Issue - necessary data rewind wasn't possible

2013-12-11 Thread Daniel Stenberg
On Wed, 11 Dec 2013, sachin dravid wrote: Curl logs: === -connection died retrying a fresh connect -necessary data rewind wasn't possible === Sometimes it gets success in retry but sometimes it fails with necessary data rewind wasn't possible. Can anyone explain reason for

Re: Issue - necessary data rewind wasn't possible

2013-12-11 Thread sachin dravid
Thanks for the help!! I have one more question on this. In this situation I am getting CURLE_OK. Because the connection has broken, I don't have HTTP code as well. I can make a retry on this particular case from my application, but if I get CURLE_OK how does my application recognize it? Could

RE: Issue - necessary data rewind wasn't possible

2013-12-11 Thread Yehezkel Horowitz
I have one more question on this. In this situation I am getting CURLE_OK. Because the connection has broken, I don't have HTTP code as well. I can make a retry on this particular case from my application, but if I get CURLE_OK how does my application recognize it? Could you please tell me how