The http layer will wait for SO_TIMEOUT on every attempt. If the attempt fails (timeout reached), there is a (increasing) wait interval before next attempt.
________________________________ From: Daniel Hsueh [[email protected]] Sent: Tuesday, October 21, 2014 8:54 AM To: [email protected] Subject: Re: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires) Are these timeouts (one of them I expect) waited for every exponential backoff attempt? Thank you. On Fri, Oct 17, 2014 at 12:45 PM, Yury Kats <[email protected]<mailto:[email protected]>> wrote: CONNECTION_TIMEOUT applies to establishing a connection SO_TIMEOUT applies to existing connection that is idle. -- Daniel Hsueh -- mailto:[email protected] tel:+1-905-287-2167
