On Fri, 7 Nov 2025 14:34:50 GMT, Michael McMahon <[email protected]> wrote:
>> I'd like to return to this issue with a new PR that addresses the usability
>> issue minimally. Namely to define numeric constants
>> for the counter-intuitive responseLength values in
>> `HttpExchange.sendResponseHeaders`. The apidoc then refers to the constant
>> names rather than the numeric values.
>>
>> I've updated the implementation and some tests (though not all yet) to use
>> the constant names. I'm open to suggestions on the names themselves. Once
>> that is agreed, I'll update the remaining tests and any other call sites in
>> the implementation.
>>
>> Thanks,
>> Michael
>
> Michael McMahon has updated the pull request incrementally with one
> additional commit since the last revision:
>
> updated remaining callsites for new constants
test/jdk/com/sun/net/httpserver/ServerStopTerminationTest.java line 195:
> 193: 0,
> 194: "/", exchange -> {
> 195: exchange.sendResponseHeaders(200, RSPBODY_EMPTY);
I'm guessing that this is intentionally using `RSPBODY_EMPTY` and previously it
was a bug to send `0`?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28132#discussion_r2510058472