Thank you for pointing that out! That addresses my immediate concern. This
ought to work just fine.
________________________________
From: Daniel Fuchs <[email protected]>
Sent: Wednesday, October 6, 2021 12:08 PM
To: Elliot Barlas <[email protected]>; [email protected]
<[email protected]>
Subject: Re: HttpClient Send Method Guaranteed Completion
On 06/10/2021 10:42, Daniel Fuchs wrote:
> } catch (TimeoutException x) {
> // timeout: cancel request to free up
> // any related resources
> cf.cancel();
Correction: that should be `cf.cancel(true)`