Steventux
unread,Oct 13, 2010, 11:34:48 AM10/13/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Typhoeus
After consistently handling multiple successful requests for hours our
application receives response code 0 from Typhoeus and all subsequent
requests will have the same response code, the response is immediate
and not after a period suggesting a timeout, when the application is
restarted normal behaviour resumes. The request destination is
reachable via Net::HTTP, curl and wget while Typhoeus returns 0.
I'm using the latest gem, ruby 1.9.1 and libcurl 7.19.7
One of the hosts I'm making requests to is is HTTPS the other HTTP.
Trying to recreate conditions in a test to demonstrate this and will
post this as soon as I can.
Has anyone seen similar behaviour?