> IO::Select::can_read returns my socket indicating there is data to read.
can_read does not say that actually data can be read, but that there is something to read on the socket. In your case this "something" tuns out to be nothing, e.g. sysread returns 0. This means end of data, that is the remote end has closed the connection.In reply to Re: IO::Socket::SSL and IO::Select
by noxxi
in thread IO::Socket::SSL and IO::Select
by Bodger
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |