forked from quic-go/quic-go
close connections created by DialAddr when the session is closed
This commit is contained in:
@@ -81,7 +81,7 @@ var _ = Describe("Server", func() {
|
||||
|
||||
It("doesn't use 0-byte connection IDs", func() {
|
||||
config := &Config{}
|
||||
c := populateClientConfig(config, true)
|
||||
c := populateServerConfig(config)
|
||||
Expect(c.ConnectionIDLength).To(Equal(protocol.DefaultConnectionIDLength))
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user