On Thu, 9 Jan 2025 13:06:55 GMT, Jaikiran Pai <j...@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