qtls via quic-go breaks when building with Go 1.15 #3654
Labels
duplicate 🖇️
This issue or pull request already exists
upstream ⬆️
Relates to some dependency of this project
Currently Caddy (no Caddyfile, just
caddy version
) terminates with a panic at startup time if built with Go 1.15. The cause is a check in quic-go that compares some TLS types from the standard library with modified (for quic) TLS types from https://github.com/marten-seemann/qtls.Caddy can't directly do anything about this. A bunch of other software that link in quic is broken with Go 1.15. As of now quic-go/quic-go/issues/2614 seems to be the best place to track progress of this issue.
The text was updated successfully, but these errors were encountered: