Integrated: 8350019: HttpClient: DelegatingExecutor should resort to the fallback executor only on RejectedExecutionException

Volkan Yazici vyazici at openjdk.org
Fri Feb 21 10:30:10 UTC 2025


On Thu, 20 Feb 2025 14:31:38 GMT, Volkan Yazici <vyazici at openjdk.org> wrote:

> Updates `HttpClientImpl.DelegatingExecutor` to resort to the fallback executor only on `RejectedExecutionException`. `DelegatingExecutorTest` is added to verify the behavior of `DelegatingExecutor`. `tier1,2` reports are attached to the ticket.

This pull request has now been integrated.

Changeset: dfcd0df6
Author:    Volkan Yazici <vyazici at openjdk.org>
Committer: Daniel Fuchs <dfuchs at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/dfcd0df60c60cf89dc01682264a573ad39e61a17
Stats:     209 lines in 3 files changed: 206 ins; 0 del; 3 mod

8350019: HttpClient: DelegatingExecutor should resort to the fallback executor only on RejectedExecutionException

Reviewed-by: dfuchs

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

PR: https://git.openjdk.org/jdk/pull/23713


More information about the net-dev mailing list