in reply to IO::Socket::SSL and IO::Select

Just because there is (maybe) readable data at the TCP level that doesn't mean that there is payload data above the SSL level.

Have you looked at what the discussion in IO::Socket::SSL has to say about non-blocking sockets?

Replies are listed 'Best First'.
Re^2: IO::Socket::SSL and IO::Select
by Bodger (Acolyte) on Mar 11, 2015 at 16:55 UTC
    Thanx for your reply, I did read that I am using blocking sockets. Does this apply to blocking sockets as well. I guess I can check for EWANTREAD etc. Bodger