On Thu, 12 Feb 2026 16:08:27 GMT, Jaikiran Pai <[email protected]> wrote:
>> test/jdk/java/net/httpclient/NullReturningBodyHandlerTest.java line 249:
>>
>>> 247: }
>>> 248:
>>> 249: private static final class Handler implements HttpTestHandler {
>>
>> You can consider using `EchoHandler` instead.
>
> Hello Volkan, I've updated the test to use `HttpTestEchoHandler`. None of the
> other `EchoHandler`(s) seemed appropriate for this test.
Thanks. I am working on a change that will remove all these various and
superfluous variants of stand-alone echo handler classes.
The goal is that hopefully `HttpTestEchoHandler` is the only one that will
remain.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29691#discussion_r2800250629