Files
deb-python-eventlet/eventlet/support
Jakub Stasiak b7380fdc70 wsgi: Fix handling partial writes on Python 3
Closes https://github.com/eventlet/eventlet/issues/295 (in the wsgi
module we use a custom writelines implementation now).

Those write() calls might write only part of the data (and even if they
don't - it's more readable to make sure all data is written
explicitly).

I changed the test code so that the write() implementation returns the
number of characters logged and it cooperates nicely with writeall()
now.
2016-02-09 11:20:05 +01:00
..
2015-02-09 23:16:30 +01:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-11-11 23:14:35 +00:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00