I am uploading a php script
on a server using ftp.
after that I am Using ruby Restclient
to invoke that php script.
in response I am getting a html doc, not the desired response, but response code is 200.
after retrying it, I get proper response
what can causing this kind of behavior?
please give suggestions so that I can handle these problems in future with proper error message.