On Thu, 11 Jan 2024 04:41:58 GMT, Varada M <vara...@openjdk.org> wrote:
> The delay in response has caused an incomplete test and timeout error. > Setting the TCP_NODELAY socket option to 1 by the property > sun.net.httpserver.nodelay solves the issue. > > JBS Issue : [JDK-8323276](https://bugs.openjdk.org/browse/JDK-8323276) The change looks OK to me. We set this property in a couple of other tests for similar reasons. I've run this change against our internal CI (with a test repeat of 50) and the test continues to pass. Please update the copyright year to 2024 from 2022. ------------- Marked as reviewed by jpai (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/17363#pullrequestreview-1814828541