Add python-eventlet package to MOS 9.0 repository
[packages/trusty/python-eventlet.git] / python-eventlet / tests / isolated / wsgi_connection_timeout.py
index 6a8c6233d8992408d800bf1e3c7fdd5a671269b0..c2c7d3ce2880e856ff563d2afdea26843c4b8503 100644 (file)
@@ -42,6 +42,7 @@ class BufferLog(object):
     @staticmethod
     def write(s):
         output_buffer.append(s.rstrip())
+        return len(s)
 
 
 # This test might make you wince