Issue #7978: socketserver now restarts the select() call when EINTR is returned.
This avoids crashing the server loop when a signal is received. Patch by Jerzy Kozera.
Showing
Please register or sign in to comment
This avoids crashing the server loop when a signal is received. Patch by Jerzy Kozera.