-
- Downloads
sip-tls: do not shutdown tls session at pjsip shutdown
It could be counter-intuitive but it's a bad idea to shutdown the tls session at shutdown pjsip event. This event is due to the call of pjsip_transport_shutdown() function. Its documentation indicates that objects having a session lock on the transport can continue to send and receive from the transport but new lock can't be obtained. So, we need to continue tls IO after this event. This also gives a chance to some msg to be sent, like BYE request. Change-Id: Ifa82469ec416652f26c240a42c55a284e1887040 Tuleap: #64
Please register or sign in to comment