Any idea how to resolve bug 1714796? http://sourceforge.net/tracker/index.php?func=detail&aid=1714796&group_id=125852&atid=703942
The correct place would be libssh2_packet_read(), but currently that function doesn't know whether we're in blocking mode or not. In blocking mode, if(remainbuf < blocksize) { should be replaced with while(remainbuf < blocksize) { Eberhard ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel