This repository has been archived on 2025-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
Pedro Gimeno 95a1afb84b Fix issue #183 (CPU 100% usage)
As per http://docs.python.org/2/howto/sockets.html#using-a-socket it's
possible that a socket recv() call returns 0 bytes if the remote closes
the connection. In that case, recv() does not obey settimeout(): it
just doesn't block and returns zero bytes immediately, which in this
case results in an infinite loop if the transmission was incomplete.
2013-07-01 07:36:22 +02:00
..
2013-06-25 17:14:44 -04:00
2013-06-21 14:13:59 -06:00
2013-04-01 20:23:32 +01:00
2013-06-25 17:14:44 -04:00
2013-06-26 14:22:13 -04:00
2013-06-24 16:25:31 -04:00
2013-04-01 20:23:32 +01:00
2013-06-26 14:22:13 -04:00