Fix QUIC support for bluemap #261
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is basic support for HTTP/3 and QUIC in place already, but there is something wrong with it.
curl --http3works as expected, https://http3checker.com/?host=https%3A%2F%2Fminecraft.pvv.ntnu.no seems to like our setup, but both firefox and chrome refuses to make use of the protocol when visiting the website (see network tab in developer tools). Let's see if we can make it go quicer for real.