RFR: 8373227: Test java/net/httpclient/http2/StreamFlowControlTest.java failed: should sleep time be raised?
Daniel Jeliński
djelinski at openjdk.org
Wed Dec 10 07:38:22 UTC 2025
On Tue, 9 Dec 2025 16:06:24 GMT, Daniel Fuchs <dfuchs at openjdk.org> 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
More information about the net-dev
mailing list