Integrated: 8258582: HttpClient: the HttpClient doesn't explicitly shutdown its default executor when stopping.

Daniel Fuchs dfuchs at openjdk.java.net
Thu Dec 17 22:36:55 UTC 2020


On Thu, 17 Dec 2020 14:51:44 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> Hi,
> 
> Please find an almost trivial fix for:
> 8258582: HttpClient: the HttpClient doesn't explicitly shutdown its default executor when stopping.
> 
> The HttpClient should shutdown his executor when stopping, when the executor was created by the HttpClient itself.
> 
> best regards,
> 
> -- daniel

This pull request has now been integrated.

Changeset: 3f77a600
Author:    Daniel Fuchs <dfuchs at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3f77a600
Stats:     16 lines in 2 files changed: 16 ins; 0 del; 0 mod

8258582: HttpClient: the HttpClient doesn't explicitly shutdown its default executor when stopping.

Reviewed-by: chegar, michaelm

-------------

PR: https://git.openjdk.java.net/jdk/pull/1822


More information about the core-libs-dev mailing list