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) ------------- Commit messages: - JDK-8323276 - StressDirListings.java fails on AIX Changes: https://git.openjdk.org/jdk/pull/17363/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17363&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8323276 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/17363.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/17363/head:pull/17363 PR: https://git.openjdk.org/jdk/pull/17363