Hi All,

I've discovered that libssh2_channel_eof() does not return 1 after libssh2_channel_read_ex() has returned an error (in my case LIBSSH2_ERROR_SOCKET_RECV)

The php binding ignored the error, and assumed channel_eof() would indicate if a channel was open. Of course I fixed this in the binding, I think there is almost no good reason for ignoring a error return value.

Is the behaviour of libssh2_channel_eof()intentional?

Greetings, Casper

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

Reply via email to