forked from quic-go/quic-go
remove ConnectionIDLength and ConnectionIDGenerator from the Config
This commit is contained in:
@@ -137,7 +137,6 @@ var _ = Describe("Multiplexing", func() {
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
defer conn.Close()
|
||||
tr := &quic.Transport{Conn: conn}
|
||||
|
||||
server, err := tr.Listen(
|
||||
getTLSConfig(),
|
||||
getQuicConfig(nil),
|
||||
|
||||
Reference in New Issue
Block a user