Hi, folks...
I am getting some files via HTTP using the CURL library.
I check if the transfer of the files have been successful using the HTTP_CODE, which if all goes well will give "200". However, a few times I get a "0" as response, and the transfer fails...
What does "0" means? It is not an accepted HTTP code for connection failed, so I am getting crazy about what it really means, what is the cause, and how could I prevent it from happening... (or should I make a loop till I get the files right???)...
Thank you very much...