mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
build(deps): bump github.com/quic-go/quic-go from 0.52.0 to 0.53.0 (#7392)
This commit is contained in:
@@ -153,7 +153,7 @@ func TestQUICStreamLimits(t *testing.T) {
|
||||
var mu sync.Mutex
|
||||
|
||||
// Create a slice to store all the streams so we can keep them open
|
||||
streams := make([]quic.Stream, 0, streamCount)
|
||||
streams := make([]*quic.Stream, 0, streamCount)
|
||||
streamsMu := sync.Mutex{}
|
||||
|
||||
// Attempt to open exactly the configured number of streams
|
||||
|
||||
Reference in New Issue
Block a user