forked from quic-go/quic-go
implement sending of truncated ConnectionIDs
This commit is contained in:
@@ -352,6 +352,7 @@ var _ = Describe("Session", func() {
|
||||
session.connectionParametersManager.SetFromMap(map[handshake.Tag][]byte{
|
||||
handshake.TagICSL: {0, 0, 0, 0},
|
||||
})
|
||||
session.packer.connectionParametersManager = session.connectionParametersManager
|
||||
session.Run() // Would normally not return
|
||||
Expect(conn.written[0]).To(ContainSubstring("No recent network activity."))
|
||||
close(done)
|
||||
|
||||
Reference in New Issue
Block a user