caddy icon indicating copy to clipboard operation
caddy copied to clipboard

Panic after "update quic-go to v0.48.0" commit

Open mattxtaz opened this issue 4 months ago • 12 comments

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.

mattxtaz avatar Oct 18 '24 18:10 mattxtaz