Hello,

Since february we had three or four times, that
the connection loop turned into an infinite loop:

int rc;
while( (rc = libssh2_session_startup(session, sock)) == LIBSSH2_ERROR_EAGAIN )
{
   if( ! socket_select_write(sock) )
       break;
}

Is it wrong to wait for a write-socket or is this an
issue in libssh2_session_startup()?

Thanks
Marcus


_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to