Project

General

Profile

« Previous | Next » 

Revision 567e312d

Added by jeremyevans (Jeremy Evans) over 4 years ago

Do not raise an exception on a closed DRb socket

This rescues some exceptions that could happen with a closed or
shutdown DRb socket. This can prevent the server from
exiting if an client socket is closed directly after it is
accepted.

Fixes [Bug #8039]