RFR: 6968351: httpserver clashes with delayed TCP ACKs for low Content-Length [v27]
Varada M
varadam at openjdk.org
Fri Apr 26 18:01:00 UTC 2024
On Fri, 26 Apr 2024 08:59:11 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> robert engels has updated the pull request incrementally with one additional commit since the last revision:
>>
>> update copyright date
>
> test/jdk/com/sun/net/httpserver/simpleserver/StressDirListings.java line 28:
>
>> 26: * @summary Test to stress directory listings
>> 27: * @library /test/lib
>> 28: * @run testng/othervm/timeout=180 StressDirListings
>
> Hello Varada @varada1110, in https://github.com/openjdk/jdk/pull/17363 this `StressDirListings` test was updated to set the `-Dsun.net.httpserver.nodelay=true` because without it, the test was failing on AIX. The current PR here is proposing to fix the underlying issue in the HttpServer implementation and is rolling back the addition of this system property to this `StressDirListings` test. Could you or someone from the AIX team please build the latest mainline JDK and apply this current PR on top of it and rerun the test(s) to verify that this change is OK?
Hi @jaikiran, I have performed jtreg test on AIX and all the tests are passing.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18667#discussion_r1581352209
More information about the net-dev
mailing list