QUIC disappeared

I had QUIC v39 working in Chrome browser and recently I noticed there is no QUIC but HTTP2 only.
Caddy still sends: alt-svc: quic=":443"; ma=2592000; v=“39”

I have checked google site. Google served with QUIC v43 and v39 for me.
I have pulled the latest source code today and build caddy.
Not difference caddy does not serve QUIC.

I have Chrome Version 68.0.3440.106 (Official Build) (64-bit)

I build my own server (not caddy) with latest GitHub - lucas-clemente/quic-go: A QUIC implementation in pure go and QUIC works.

It seems caddy uses lucas-clemente/quic-go from march. I tried to update vendor folder but it failed to build.

Do anyone have problem with QUIC right now?

Thanks,
Artem

1 Like

Recent code update updated QUIC libs. But still I do not get QUIC to work in Chrome.

It works when I use quic-go/example/client at master · lucas-clemente/quic-go · GitHub tool to access caddy over QUIC. (It fallbacks to v39 from v43)

Do someone else has QUIC issue like me?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.