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

robert engels duke at openjdk.org
Fri Oct 10 16:08:06 UTC 2025


On Fri, 10 Oct 2025 15:59:25 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> The way we would do this with our HTTP/2 test server is to consume the first byte of the request body before sending 100

That is invalid. The whole purpose is to enable the client to avoid sending the request body until the 100 Continue is received (i.e all headers validated by the handler).

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

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


More information about the net-dev mailing list