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
