just reinit

This commit is contained in:
benoitc 2010-03-06 23:06:18 +01:00
parent 9651a809e3
commit 19bf5e5d1b

View File

@ -172,7 +172,7 @@ class TeeInput(object):
if any.""" if any."""
if self.parser.body_eof(): if self.parser.body_eof():
del self.buf self.buf = StringIO()
self._is_socket = False self._is_socket = False
def _tmp_size(self): def _tmp_size(self):