RFR: 8347348: Clarify that the HTTP server in jdk.httpserver module is not a full featured server
robert engels
duke at openjdk.org
Thu Jan 9 14:39:41 UTC 2025
On Thu, 9 Jan 2025 13:06:55 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> Can I please get a review of this doc-only change which clarifies the purpose of the HTTP server that's provided in the JDK's `jdk.httpserver` module? This should help avoid any confusion on the purpose of the server.
This proposed change is incorrect. I have implemented a fully featured server including http2 and websockets with no changes to the api.
There are a few problems with the api that I addressed in an email to the group - but they seem easily corrected while maintaining backwards compatibility.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23004#issuecomment-2580410772
More information about the net-dev
mailing list