Open GoogleCodeExporter opened 9 years ago
To be precise this is a bug with asyncore:
http://bugs.python.org/issue16133
The fix is not immediately easy as in case of EAGAIN recv() should return None
and the upper functions calling recv() are currently not designed to take that
into account.
Returning '' would be a mistake as for asynchat that's an alias for "connection
lost".
Original comment by g.rodola
on 26 Apr 2013 at 1:05
Original issue reported on code.google.com by
g.rodola
on 26 Apr 2013 at 12:57