On Wed, 28 Aug 2024 16:12:58 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> Daniel Fuchs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Better exception message for ShutdownNow > > src/java.net.http/share/classes/jdk/internal/net/http/ConnectionPool.java > line 554: > >> 552: } >> 553: Throwable cause = new IOException("Unexpected cleanup >> triggered for non pooled connection", error); >> 554: cause.printStackTrace(); > > Is the stacktrace printing intentional? Oh darn! That's a left over. Thanks for catching it. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20623#discussion_r1734991344