On Tue, 14 Oct 2025 13:33:45 GMT, Josiah Noel <[email protected]> wrote:
> Requiring a manual call of sendResponseHeaders(101, 0) and the requirement to > custom implement the entire protocol appears pretty opt in to me. Right. But your PR changes the request body input stream preemptively, before `sendResponseHeaders(101, 0)` is called. Which let me think that `sendResponseHeaders` is not the right API for doing this. ------------- PR Comment: https://git.openjdk.org/jdk/pull/27751#issuecomment-3402323003
