Skip to content

Instantly share code, notes, and snippets.

@jk0
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save jk0/b4a6040cc8ec66060051 to your computer and use it in GitHub Desktop.

Select an option

Save jk0/b4a6040cc8ec66060051 to your computer and use it in GitHub Desktop.
Replace 'response = h.request(req)'
begin
if response.nil?
h.request(req) do |r|
response = r
h.finish
end
end
rescue
retry
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment