http://bugs.gpodder.org/show_bug.cgi?id=174


Thomas Perl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Target Milestone|---                         |0.16.x




--- Comment #6 from Thomas Perl <[email protected]>  2009-05-16 09:50:51 ---
This should be fixed in time for 0.16.0. I have tried to add the following to
src/gpodder/__init__.py and get an I/O error on timeout (which is what we
want):

SOCKET_TIMEOUT = 2
import socket
socket.setdefaulttimeout(SOCKET_TIMEOUT)
del socket

This should time out connections after two seconds of inactivity (so you can
easily reproduce the I/O error. For the release, we should probably set this to
something like 60 seconds.

-- 
Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to