RFR: 8258582: HttpClient: the HttpClient doesn't explicitely shutdown its default executor when stopping.
Daniel Fuchs
dfuchs at openjdk.java.net
Thu Dec 17 14:57:05 UTC 2020
Hi,
Please find an almost trivial fix for:
8258582: HttpClient: the HttpClient doesn't explicitely 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
-------------
Commit messages:
- 8258582: HttpClient: the HttpClient doesn't explicitely shutdown its default executor when stopping.
Changes: https://git.openjdk.java.net/jdk/pull/1822/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1822&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8258582
Stats: 16 lines in 2 files changed: 16 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/1822.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1822/head:pull/1822
PR: https://git.openjdk.java.net/jdk/pull/1822
More information about the core-libs-dev
mailing list