#16 Add timeout option for urlgrabs
Closed: Fixed Opened by jsteffan.

urlgrabber will block forever, we need to add a timeout option.


timeout = None

a positive float expressing the number of seconds to wait for socket
operations. If the value is None or 0.0, socket operations will block
forever. Setting this option causes urlgrabber to call the settimeout
method on the Socket object used for the request. See the Python
documentation on settimeout for more information.
http://www.python.org/doc/current/lib/socket-objects.html

Fixed in 74a0acbcaa7fe25cbdbfe3600d6d7a1f22260b23

Milestone Alpha Test deleted

Metadata