On Mon, 20 Oct 2025 17:49:23 GMT, Daniel Fuchs <[email protected]> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Apply property doc suggestion >> >> Co-authored-by: Daniel Fuchs <[email protected]> > > test/jdk/java/net/httpclient/BufferSize1Test.java line 108: > >> 106: if (response.statusCode() != 200) { >> 107: throw new AssertionError("Was expecting status code >> 200, found: " + response.statusCode()); >> 108: } > > It would be good to send at least two requests. > I am not sure the test tests what it says it does - the HEAD request has no > bodies in either ways. In 5e839d409, updated the test to use POST and executed the request twice. > It would be good to send at least two requests. @dfuch, mind sharing what does this exactly help with? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27874#discussion_r2447159095
