On Monday 24 of October 2005 17:19, Richard.Hall wrote:
So we've now done an SSL_write, which yielded SSL_ERROR_WANT_WRITE, _and_ an SSL_read, which yielded SSL_ERROR_WANT_READ, (and which I think removes the SSL_ERROR_WANT_WRITE condition, as we can only have one or the other.)
This means that, the next time round the loop (in client.c:transfer()), want_rd is TRUE, want_wr is FALSE, so we don't poll the SSL connection for output, only input:
Please try stunnel-4.14b1 from ftp://stunnel.mirt.net/stunnel/ It should be better.
Best regards, Mike