Skip to content

Commit

Permalink
remove useless code of BaseIOStream
Browse files Browse the repository at this point in the history
  • Loading branch information
sokrato committed Mar 10, 2014
1 parent b1f5cc5 commit 1759dc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tornado/iostream.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def read_until_close(self, callback=None, streaming_callback=None):
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

Expand Down

0 comments on commit 1759dc6

Please sign in to comment.