]> jfr.im git - irc/rqf/shadowircd.git/commit
[ratbox3 svn r26397] Make it more likely that error messages on ssld connections...
authorJilles Tjoelker <redacted>
Thu, 15 Jan 2009 17:08:46 +0000 (20:08 +0300)
committerJilles Tjoelker <redacted>
Thu, 15 Jan 2009 17:08:46 +0000 (20:08 +0300)
commitcffd37ee3718677abdb8df905abdb8660f3af8da
treee994e000738c3456e471e73add7b74d931b3c608
parent6f3b64079f6cfa25d3e862994a417a2100be85be
[ratbox3 svn r26397] Make it more likely that error messages on ssld connections get through.
When ssld reports a connection closure because of
"Remote host closed the connection" and the connection
is any server or a registered client, try a
read_packet() on the client.
This should mainly help LIBRB_USE_IOTYPE=poll which
iterates over the ready file descriptors in numerical
order, processing the ssld control connection before the
closing data connection.
src/sslproc.c