Jose Luis Martinez escribió:

Sorry... hit Send without beeing finished :S

FD 7 is the same socket as 0 and 1... I understand that these sockets are the ones that are used to talk to the client. Could this have to do with the TLS plugin.

Could this have to do with the TLS plugin? (was a question). Or could it have to do with some plugin or something in the core retrying even if the socket is broken? client disconnected just after the TLS could be triggering it?

tls plugin seems to do the FD duplication in _convert_to_ssl:
IO::Socket::SSL->new_from_fd(
            fileno(STDIN), '+>',
            ...
*STDIN = *STDOUT = $self->connection->notes('tls_socket', $tlssocket);



Jose Luis Martinez
CAPSiDE
[EMAIL PROTECTED]

Reply via email to