Re: [libssh2] Non-blocking vs. standard functions

2007-04-16 Thread Lucas Newman
On Apr 16, 2007, at 1:11 PM, Daniel Stenberg wrote: > There was no (proper) support for non-blocking operations in the > past so this > function obviously didn't set non-blocking in the sense I would > think it > means. Actually, after having read the docs in the libssh2.org wiki, > I simply

Re: [libssh2] Non-blocking vs. standard functions

2007-04-16 Thread Daniel Stenberg
On Mon, 16 Apr 2007, James Housley wrote: > While it always has been possible for the consumer of libssh2 to call > libssh2_channel_set_blocking() and turn off blocking, did it work? There was no (proper) support for non-blocking operations in the past so this function obviously didn't set non-