On Fri, 10 Oct 2025 15:59:25 GMT, Daniel Fuchs <[email protected]> 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
