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

Josiah Noel duke at openjdk.org
Wed Oct 8 18:38:38 UTC 2025


On Wed, 8 Oct 2025 18:28:14 GMT, robert engels <duke at openjdk.org> wrote:

> usage of 100 Continue

There are other 1xx status codes than 100 (103 for example), the point of the test isn't really as much about 100 continue as it about the ability to send a 1xx status code without closing the connection. For me this PR is just a prerequisite for a follow up PR allowing proper support for 101 switching protocols

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

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


More information about the net-dev mailing list