]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add start and end parameters to get_content() instead of reading everything.
authorBen Darnell <ben@bendarnell.com>
Sun, 19 May 2013 17:57:31 +0000 (13:57 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 19 May 2013 17:57:31 +0000 (13:57 -0400)
commit2e73d4b6355656f00151e431daa41c207a3dc112
treeb9d375c61983ba35b5d5df840afcb6c03d5c8b87
parente59aa2f438f732397ca55368c61f41e411461fc4
Add start and end parameters to get_content() instead of reading everything.
tornado/httputil.py
tornado/test/web_test.py
tornado/web.py