On Fri, 10 Oct 2025 15:46:47 GMT, Josiah Noel <[email protected]> wrote:

> Adding auto-send in getRequestBody().read() allows this though? put a sleep 
> in the handler before getRequestBody().read(). You have control if/when the 
> 100 is sent, no new public method required.


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, so as not send 100 before having 
received the first byte of the body.

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

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

Reply via email to