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

robert engels duke at openjdk.org
Thu Oct 9 13:08:31 UTC 2025


On Thu, 9 Oct 2025 09:23:59 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Josiah Noel has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   allow manual 100-Continue processing
>
> Hi guys, I would prefer if we handled any changes to the 100 - continue behaviour in a separate fix. That would be easier to review and to discuss options. So I'd suggest to revert [4b00588](https://github.com/openjdk/jdk/pull/27069/commits/4b0058886cf10b1703426acc4131453c46636645) in this PR and possibly discuss that in a followup. Lets keep separate issues separate. The code that handles 100 in ServerImpl is attributed to `duke` which tells me it's been there for a long time :-)

@dfuch i agree. I don’t think there is anything to do here. The 100-Continue is already properly sent - if a bit limited. I think the ability to ‘switch protocols’ is a different bug. So what exactly needs to be fixed here?

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

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


More information about the net-dev mailing list