caddy
caddy copied to clipboard
Panic after "update quic-go to v0.48.0" commit
Caddy regularly crashes for me after upgrading to commit a211c65, update quic-go to v0.48.0. The log shows:
panic: close of closed channel
github.com/quic-go/[email protected]/http3/server.go:289
github.com/quic-go/quic-go/http3.(*Server).serveListener.func1()
github.com/quic-go/[email protected]/http3/server.go:340 +0x128
created by github.com/quic-go/quic-go/http3.(*Server).serveListener in goroutine 115
github.com/quic-go/[email protected]/http3/server.go:333 +0x39
Reverting to the previous commit stops the crashes.