Roundup Tracker - Issues

Message4518

Author joseph_myers
Recipients joseph_myers
Date 2012-03-18.21:30:56
Message-id <1332106257.63.0.627436467769.issue2550750@psf.upfronthosting.co.za>
In-reply-to
Roundup tries to detect certain network errors and not report them to
the tracker admin (roundup/cgi/client.py, IGNORE_NET_ERRORS).  This does
not work reliably for timeouts, which produce the socket.timeout
exception rather than socket.error with ETIMEDOUT.

The attached patch deals with this by checking for socket.timeout before
socket.error.
History
Date User Action Args
2012-03-18 21:30:57joseph_myerssetrecipients: + joseph_myers
2012-03-18 21:30:57joseph_myerssetmessageid: <1332106257.63.0.627436467769.issue2550750@psf.upfronthosting.co.za>
2012-03-18 21:30:57joseph_myerslinkissue2550750 messages
2012-03-18 21:30:57joseph_myerscreate