RFR: 8338569: HTTP/1.1 CleanupTrigger may be triggerred after the next exchange started [v2]

Daniel Fuchs dfuchs at openjdk.org
Wed Aug 28 16:41:52 UTC 2024


On Wed, 28 Aug 2024 16:12:58 GMT, Jaikiran Pai <jpai at 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


More information about the net-dev mailing list