Daniel Stenberg <[EMAIL PROTECTED]> writes: > On Wed, 25 May 2005, Hrvoje Niksic wrote: > >> In SSL it is not enough to select() before SSL_read because >> SSL_read can and does call read multiple times, which breaks the >> intended timeout semantics. Is there a way to prevent this? > > I figure one way is to use non-blocking sockets, isn't it?
That seems more trouble than it is worth, unless you already have an infrastructure that supports non-blocking sockets.
