]> git.ipfire.org Git - thirdparty/tornado.git/commit
Introduce streaming request body support for RequestHandler.
authorBen Darnell <ben@bendarnell.com>
Mon, 24 Mar 2014 01:31:33 +0000 (21:31 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 24 Mar 2014 01:31:33 +0000 (21:31 -0400)
commit02579a35c3bc406b3cfb54650da63055c965536d
treedae04cd642ca067a6b2944d2aa73daf72ec1ce17
parent37cf8b9ea924119fc983a1f1b14402d17fd979e4
Introduce streaming request body support for RequestHandler.
tornado/test/web_test.py
tornado/web.py