| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: connect-timeout not working
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 4 Jan 2002 16:50:44 +0100 (MET)
On Fri, 4 Jan 2002, Georg Horn wrote:
[Warning, this is big-time libcurl development talk! ;-) I've cc'ed this to
> > Using signals is not a good solution. Using non-blocking sockets might be
I grabbed my "SSL and TLS" book (ISBN 0201615983) to figure out some more
When select() returns that there is data to be read from SSL, we eventually
That is not nice.
We no longer have any means to cancel such a "hang". We must use non-blocking
For the same reason as given above, select() can't always know when there is
Consider the case where we SSL_read() 100 bytes successfully. We get 100
Thus, after having read one chunk of data from SSL, we must ask it if it
If I'm right, this is not to be confused with the return code
[1] = http://www.openssl.org/docs/ssl/SSL_read.html
--
Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2002-01-04
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info