Skip to content

Commit

Permalink
Merge pull request tornadoweb#1012 from dlutxx/br310
Browse files Browse the repository at this point in the history
remove a redundant assignment in read_until_close.
  • Loading branch information
bdarnell committed Mar 11, 2014
2 parents f1f66d1 + 1759dc6 commit 180e818
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 180e818

Please sign in to comment.