]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
remove useless code of BaseIOStream 1012/head
authorxuxiang <dlutxx@gmail.com>
Mon, 10 Mar 2014 10:22:39 +0000 (18:22 +0800)
committerxuxiang <dlutxx@gmail.com>
Mon, 10 Mar 2014 10:22:39 +0000 (18:22 +0800)
tornado/iostream.py

index 40e75a5344dfcd118e6b85e42057ada72c54d98b..651a3a8998bfc7ea39a32cf230377e1ba63f2824 100644 (file)
@@ -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