]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a `streaming` option to _run_read_callback and move all calls to _consume
authorBen Darnell <ben@bendarnell.com>
Mon, 14 Apr 2014 01:25:10 +0000 (21:25 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 14 Apr 2014 01:25:10 +0000 (21:25 -0400)
commit243f28272274060922bfb2617a588d5b62b65cd2
tree49f630acd40f2c5ecfda0bf6296f3c46b2062d6c
parentce4eb7f59b07ca7c35a6b57b0c8b9774395ff20d
Add a `streaming` option to _run_read_callback and move all calls to _consume
into that method.
tornado/iostream.py