Closed MrRedRhino closed 8 months ago
It is enabled. HTTP/2 works by using the Upgrade
header so the first connection will be in HTTP/1.1 but any subsequent requests will use HTTP/2 if your client supports it. If you connect with a browser you'll be able to see on the network tab the protocol. You can see in the line five that both connectors are enabled:
{HTTP/1.1, (http/1.1, h2c)}
being h2c the HTTP/2 one, which also contains a HTTP/1.
This plugin does nothing. I'm using version 6.1.0 of Javalin and this plugin.
This is the console output:
In line 5 it says HTTP/1.1 and my browser shows the same.
I don't want SSL, only http 2. How can I achieve this?