On Mon, 10 Nov 2025 13:37:05 GMT, Michael McMahon <[email protected]> wrote:

>> test/jdk/com/sun/net/httpserver/bugs/8300268/MaxIdleConnectionsTest.java 
>> line 136:
>> 
>>> 134:             System.out.println("Sending response for request " + 
>>> exchange.getRequestURI() + " from " + exchange.getRemoteAddress());
>>> 135:             reqFinishedProcessing.countDown();
>>> 136:             exchange.sendResponseHeaders(200, RSPBODY_CHUNKED);
>> 
>> Should this use `RSPBODY_EMPTY` instead?
>
> As noted above, I decided to change it in one place, but leave it as is, in 
> others.

Thank you Michael. That's fine with me.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28132#discussion_r2510636634

Reply via email to