Skip to content

Instantly share code, notes, and snippets.

@nanodeath
Created January 16, 2010 02:11
Show Gist options
  • Save nanodeath/278595 to your computer and use it in GitHub Desktop.
Save nanodeath/278595 to your computer and use it in GitHub Desktop.
>> Typhoeus::Request.get("https://mail.google.com/").code
=> 200
>> Typhoeus::Request.get("https://mail.google.com/").code
=> 0
irb(main):010:0> Typhoeus::Request.get("https://mail.google.com/").code
=> 200
irb(main):011:0> Typhoeus::Request.get("https://mail.google.com/").code
=> 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment