RFR: 8349670: HttpServer: sending interim responses fails after JDK-7026262 [v21]
Daniel Fuchs
dfuchs at openjdk.org
Fri Oct 10 17:18:00 UTC 2025
On Fri, 10 Oct 2025 16:43:58 GMT, Josiah Noel <duke at openjdk.org> wrote:
> you can do this now: `exchange.sendResponseHeaders(123, -1)`
You mean - with the changes in your PR? Because without these changes I suspect you might have to pass 0, not -1. So pretend that there is a body of unknown length.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27069#issuecomment-3391309715
More information about the net-dev
mailing list