On Fri, 28 Oct 2011, Steven Ayre wrote:
> There is a libssh2_disconnect function that will send the disconnect SSH
> message and close the socket. Instead of closing the socket yourself you
> should be calling that.
That's not correct. libssh2_session_disconnect_ex() exists yes and it
disconnects the session SSH-wise, but it doesn't actually call close on the
socket.
The application created the socket before it handed it over to libssh2 and it
is expected to also close the socket once libssh2 has given back control of
it.
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2011-10-28