diff options
Diffstat (limited to 'tests/isolated')
| -rw-r--r-- | tests/isolated/wsgi_connection_timeout.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/isolated/wsgi_connection_timeout.py b/tests/isolated/wsgi_connection_timeout.py index 6a8c623..c2c7d3c 100644 --- a/tests/isolated/wsgi_connection_timeout.py +++ b/tests/isolated/wsgi_connection_timeout.py @@ -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 |
