fre 2011-08-26 klockan 16:43 +0200 skrev Daniel Stenberg: > We should work on fixing things so that we never send broken packets, even if > EAGAIN is returned and another function is called afterwards.
That kind of already works at the transport level with very simple change, but not at higher level code where there is state machines. It's not really a difficult thing to fix, and if done right will simplify code. BUT, if you are getting EAGAIN on any other operation than channel_read then there quite likely is transport congestion, and won't really help trying some other operation. Regards Henrik _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel