artiya4u / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

Handling connection failure #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

N/A

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

Just an idea: suppose we get an IOException when trying to execute an HTTP 
request, e.g. if there is a flakey connection.  Perhaps we should give an 
option to retry the request, possibly with exponential backoff?  It should 
probably be disabled by default.

Original issue reported on code.google.com by yan...@google.com on 7 Apr 2012 at 12:49

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/5989068/

Original comment by rmis...@google.com on 9 Apr 2012 at 6:30

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 20 Apr 2012 at 2:03