From: xuxiang Date: Mon, 10 Mar 2014 10:22:39 +0000 (+0800) Subject: remove useless code of BaseIOStream X-Git-Tag: v4.0.0b1~106^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1012%2Fhead;p=thirdparty%2Ftornado.git remove useless code of BaseIOStream --- diff --git a/tornado/iostream.py b/tornado/iostream.py index 40e75a534..651a3a899 100644 --- a/tornado/iostream.py +++ b/tornado/iostream.py @@ -203,7 +203,6 @@ class BaseIOStream(object): self._run_read_callback(self._consume(self._read_buffer_size)) return future self._read_until_close = True - self._streaming_callback = stack_context.wrap(streaming_callback) self._try_inline_read() return future