RFR: 8349670: HttpServer: sending interim responses fails after JDK-7026262 [v21]
Josiah Noel
duke at openjdk.org
Fri Oct 10 16:46:48 UTC 2025
On Fri, 10 Oct 2025 16:42:42 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> True. But it would at least allow us to test that status code 123 is properly discarded.
you can do this now: `exchange.sendResponseHeaders(123, contentlength)`
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27069#issuecomment-3391144932
More information about the net-dev
mailing list