On Thu, 25 Apr 2024 15:20:34 GMT, robert engels <d...@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

Reply via email to