On Thu, 25 Apr 2024 17:01:52 GMT, robert engels <d...@openjdk.org> wrote:

>> fix bug JDK-B6968351 by avoiding flush after response headers
>
> 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?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18667#discussion_r1580714556

Reply via email to