Problems with non-blocking sockets and SSL

2002-06-14 Thread Martin Sjögren
Hello. I'm having a few delicate problems, and I think at least one of them adheres to non-blocking sockets, which is what I use. 1) Is it possible to get a WANT_WRITE error when I actually don't have anything to send (on my high-level layer)? In that case, how should I handle this? When I do SS

Re: Problems with non-blocking sockets and SSL

2002-06-14 Thread Bodo Moeller
On Fri, Jun 14, 2002 at 04:17:58PM +0200, Martin Sjögren wrote: > I'm having a few delicate problems, and I think at least one of them > adheres to non-blocking sockets, which is what I use. > > 1) Is it possible to get a WANT_WRITE error when I actually don't have > anything to send (on my high