RFR: JDK-8323276: StressDirListings.java fails on AIX [v2]
Bernd
duke at openjdk.org
Thu Jan 11 18:16:38 UTC 2024
On Thu, 11 Jan 2024 08:50:51 GMT, Varada M <varadam at 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)
>
> Varada M has updated the pull request incrementally with one additional commit since the last revision:
>
> JDK-8323276: StressDirListings.java fails on AIX
BTW what would http server use Nagel algorithm by default and why is it affecting aix and this test so much. Is there maybe buffering or flushing missing?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17363#issuecomment-1887707997
More information about the net-dev
mailing list