close the TLS crypto setup when session closes

This commit is contained in:
Marten Seemann 2018-10-28 12:52:26 +07:00
parent 06f96f4b6e
commit 8344dc8b64
2 changed files with 5 additions and 0 deletions

View file

@ -1638,6 +1638,7 @@ var _ = Describe("Client Session", func() {
})
Expect(err).ToNot(HaveOccurred())
// make sure the go routine returns
sess.version = protocol.Version39
packer.EXPECT().PackConnectionClose(gomock.Any()).Return(&packedPacket{}, nil)
sessionRunner.EXPECT().removeConnectionID(gomock.Any())
Expect(sess.Close()).To(Succeed())