]> jfr.im git - solanum.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)
commit42d609f65a9dfd911d6d833444c419e1d2433f20
tree2e35f16fb6179678e43690e8d9cb9ce30ad7ede1
parent0bd120ed48c7bfd0801a9a8b8f407235f592076b
[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