Hi Oleg, > retry the request execution in case of an I/O failure without > re-running HTTP protocol interceptors on the failed request
I like this approach. It avoids the undoing of modifications, for which I had planned request wrappers. It also seems to narrow down the scope of retry handling. For example retrying with a different proxy is out of scope since that could affect the preparation of the request (I guess). cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
