RFR: 8349670: HttpServer: sending interim responses fails after JDK-7026262 [v21]

Daniel Fuchs dfuchs at openjdk.org
Fri Oct 10 16:46:48 UTC 2025


On Fri, 10 Oct 2025 16:37:26 GMT, Josiah Noel <duke at openjdk.org> wrote:

> In any case, no matter what option we go with to support 100-continue the automatic sending logic present now will have to be moved/modified as adding a new method doesn't change the fact that 100-continue is being sent before handlers are called. Perhaps we should focus more on that part before we add new methods that don't actually change the situation

True. But it would at least allow us to test that status code `123` is properly discarded.

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

PR Comment: https://git.openjdk.org/jdk/pull/27069#issuecomment-3391137340


More information about the net-dev mailing list