On Tue, 9 Dec 2025 16:06:24 GMT, Daniel Fuchs <[email protected]> wrote:
> The proposed solution is to read the reponse body in two chunks instead of > one, potentially allowing for the timeout to get doubled. This should not > penalize the execution time in the regular case. I verified from the logs on > my machine that the sleep() call was invoked only once, meaning the reading > of the first 1/4 of the stream window was enough to trigger the expected > exception. Marked as reviewed by djelinski (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/28726#pullrequestreview-3561150426
