I scoured the bug database and I couldn't find anything on it On Mon, Dec 2, 2024 at 10:39 PM Robert Engels <reng...@ix.netcom.com> wrote:
> The openjdk team could add it. Things get a little more difficult because > of the async nature and using SSLEngine I believe. But they’re capable of > making whatever changes they want. I’m sure there is probably an open > ticket for adding it. > > On Dec 2, 2024, at 8:43 PM, Josiah Noel <josiahn...@gmail.com> wrote: > > > >> doesn’t support connection upgrades > > > If this is a prerequisite, can this be added to the built-in server? > > On Mon, Dec 2, 2024 at 7:08 PM robert engels <reng...@ix.netcom.com> > wrote: > >> I am planning on adding it to the robaho version when I get some time. I >> think it is a lot of work for the jdk.server because it doesn’t support >> connection upgrades - which I already added to the robaho version >> https://github.com/robaho/httpserver >> >> > On Dec 2, 2024, at 6:05 PM, Josiah Noel <josiahn...@gmail.com> wrote: >> > >> > Hey team, >> > >> > I'm building a library to make using the jdk.httpserver classes easier >> for simple projects, but I can't help but notice the lack of HTTP/2 support >> in the server. Will support be added at some point? >> > >> > -- >> > Cheers, Josiah. >> >>