On Thu, 30 May 2024 22:09:35 +0100,
Lucas Gabriel Vuotto <lu...@sexy.is> wrote:
> 
> Indeed, this gets HTTP/3 rolling. (Took quite some time testing because
> I don't understand how desktop browsers do HTTP/3. I'm p sure I still
> don't, but hey--my Grafana now loads over HTTP/3... *some times*).
>

Almost on topic: the simplest way to test HTTP/3 is curl:

  ~ $ curl --http3 -D - https://google.com
  HTTP/3 301 
  location: https://www.google.com/
  content-type: text/html; charset=UTF-8
  ...


-- 
wbr, Kirill

Reply via email to