Message4518
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. |
|
Date |
User |
Action |
Args |
2012-03-18 21:30:57 | joseph_myers | set | recipients:
+ joseph_myers |
2012-03-18 21:30:57 | joseph_myers | set | messageid: <1332106257.63.0.627436467769.issue2550750@psf.upfronthosting.co.za> |
2012-03-18 21:30:57 | joseph_myers | link | issue2550750 messages |
2012-03-18 21:30:57 | joseph_myers | create | |
|