HttpClient Send Method Guaranteed Completion

Daniel Fuchs daniel.fuchs at oracle.com
Wed Oct 6 19:08:38 UTC 2021


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)`


More information about the net-dev mailing list