PengZheng

Results 75 comments of PengZheng

> Can you elaborate or some test case to reproduce? ```C case EVT_TLS_OP_WRITE: { assert( sz > 0 && "number of bytes to write should be positive"); r = SSL_write(conn->ssl,...

We try libssh because libssh2_sftp_close_handle is blocking. IIRC, this is a very old issue with libssh2: https://marc.info/?l=libssh2-devel&m=121498802311288&w=4 The use case is as following: When PIR detected an object, our device...

> > it seems that both have problems > > It sounds to me that you should put some work in and fix the situation in the SSH library end...

> Did you try with libssh2 and libcurl >= 7.78.0 ? Since [fa34353](https://github.com/curl/curl/commit/fa34353d07e1d3053ae55b91d3971edf548d238a) libcurl will give up on the disconnect if it seems to take a while. @jiexuelc Let's try...

> Did you try with libssh2 and libcurl >= 7.78.0 ? Since [fa34353](https://github.com/curl/curl/commit/fa34353d07e1d3053ae55b91d3971edf548d238a) libcurl will give up on the disconnect if it seems to take a while. I believe it...

> > libssh gets stuck > > Then that bug is a libssh problem @jiexuelc read the source code, and he found that: > SSH_SFTP_INIT state, the ssh session working...

On 12/27/2013 07:27 PM, Wolfgang Mehner wrote: > @PengZheng https://github.com/PengZheng > - Do you use WIndows/Linux, 32/64bit, Vim 7.3/7.4 (:version on the > Vim command line)? (I only ask for...

On 12/28/2013 04:44 AM, Wolfgang Mehner wrote: > You can download the following file and use it to replace > plugin/bash-support.vim: > https://raw.github.com/WolfgangMehner/vim-plugins/622f1c7823cd1b62e73d44e84e14702e87579197/plugin/bash-support.vim > Please let us know whether this...

On 12/28/2013 06:34 PM, Wolfgang Mehner wrote: > Sorry, wrong formating on my last post, I meant to say: > bash < our script > > > — > Reply...