RFR: 8368695: Support 101 switching protocol in jdk.httpserver [v2]
Christoph Läubrich
duke at openjdk.org
Wed Dec 24 07:01:03 UTC 2025
On Wed, 24 Dec 2025 06:37:20 GMT, Josiah Noel <duke at openjdk.org> wrote:
> Let's get the base use case where we can implement it ourselves first.
Sure, this would be handy in other cases as well
> it seems exceedingly unlikely that something like that would happen due to the extra maintenance required by the jdk team
As mentioned this is already fully implemented in the http-client and as the protocol is quite symmetric for client/server it feels a bit wasted opportunity to not support it in the server part as well as the only thing needed is basically the upgrade part.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27989#issuecomment-3688877637
More information about the net-dev
mailing list