RFR: 6968351: httpserver clashes with delayed TCP ACKs for low Content-Length [v17]

Jaikiran Pai jpai at openjdk.org
Fri Apr 26 09:04:45 UTC 2024


On Thu, 25 Apr 2024 15:20:34 GMT, robert engels <duke at openjdk.org> wrote:

>> test/jdk/com/sun/net/httpserver/bugs/TcpNoDelayNotRequired.java line 60:
>> 
>>> 58:         InetAddress loopback = InetAddress.getLoopbackAddress();
>>> 59:         InetSocketAddress addr = new InetSocketAddress (loopback, 0);
>>> 60:         HttpServer server = HttpServer.create (addr, 0);
>> 
>> Given the change we are doing, I think it would be good to even include a test (within this same test class) which tests the `HttpsServer`.
>
> done

Thank you Robert for considering the review comments and updating several parts of this new test.

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

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


More information about the net-dev mailing list