Skip to content
Snippets Groups Projects
Commit ca342f2b authored by Sébastien Blin's avatar Sébastien Blin
Browse files

tls_session: close transport after cleanup

The TlsSession object works as a state machine. Currently, when
shutdown() is called, the state is changed and the transport is
directly closed. This mean that the cleanup launched by the state
machine can be called after the transport is closed.

Change-Id: I2565259156073862d4eee1fc47003a8022de2126
parent f13f77ea
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment