You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curl::Multi.get('url1','url2','url3','url4','url5', easy_options, multi_options) do|easy|
# do something interesting with the easy response
puts easy.last_effective_url
end
How to stop all the requests (if not yet started), when url1 return error such as 404?
The text was updated successfully, but these errors were encountered:
For example,
How to stop all the requests (if not yet started), when url1 return error such as 404?
The text was updated successfully, but these errors were encountered: