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

Josiah Noel duke at openjdk.org
Fri Oct 10 13:36:47 UTC 2025


On Fri, 10 Oct 2025 13:22:44 GMT, Josiah Noel <duke at openjdk.org> wrote:

> We removed that behavior from this PR

@Michael-Mc-Mahon just to give a recap, right now this PR doesn't allow control over 100-continue, it just allows you to send extra superfluous 100 (because the current logic where we auto-send 100 continue before the handler is still intact). It was determined that moving the auto continue logic to when the inputstream is read should be evaluated as a separate issue.

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

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


More information about the net-dev mailing list