httpserver no async
Robert Engels
rengels at ix.netcom.com
Sat Nov 18 03:01:35 UTC 2023
Hi,
I’d like to call attention to a project I’ve released
http://github.com/robaho/httpserver
It is essentially the JDK httpserver but modified to remove all async and also adds connection upgrade support to enable web sockets.
Would the net-dev team be interested in a PR covering these changes for the core JDK server?
The code is much simpler and smaller with the async removed.
Almost all of the tests were ported and they all pass.
Best,
Robert
More information about the net-dev
mailing list