Le 17/07/2013 14:27, Francois Cartegnie a écrit : If there's no further comments.. I'll just add a missing else condition for shutdown. (ssl needs to ack when closing session) > + if( p_sys->tlsmode != NONE ) > + { > + } > + > + shutdown( p_sys->data.fd, p_sys->out ? SHUT_RD : SHUT_WR ); Francois