in reply to
Re: IO::Socket::SSL and IO::Select
in thread
IO::Socket::SSL and IO::Select
Thank you I was trying to confirm that. It is odd that the $socket->connected does not reflect it.
Comment on
Re^2: IO::Socket::SSL and IO::Select
Replies are listed 'Best First'.
Re^3: IO::Socket::SSL and IO::Select
by
noxxi
(Pilgrim)
on Mar 12, 2015 at 14:40 UTC
The socket is still connected, but the other end announced that it will not send any more data. It might be possible that you still can write data and the peer will accept it.
This is simply how TCP works and has nothing to do with SSL or Perl.
[reply]
In Section
Seekers of Perl Wisdom