Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created July 24, 2014 11:04
Show Gist options
  • Select an option

  • Save memememomo/9f401bf45a210d8526bf to your computer and use it in GitHub Desktop.

Select an option

Save memememomo/9f401bf45a210d8526bf to your computer and use it in GitHub Desktop.
Net::HTTP で、「end of file reached (EOFError)」というエラーが出た ref: http://qiita.com/uchiko/items/9e4ce392e9f9d5d2ddb8
parsed_url = URI.parse(url)
http = Net::HTTP.new(parsed_url.host, parsed_url.port)
http.use_ssl = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment