mirror of
https://github.com/apache/jclouds.git
synced 2025-02-12 13:06:14 +00:00
If an IOException is thrown during the execution of an HttpCommand retry only if the HTTP method is idempotent (i.e. GET, DELETE, PUT). Otherwise the retry could cause unwanted side effects (i.e. creating and leaking multiple new nodes).