]> git.ipfire.org Git - thirdparty/tornado.git/commit
Restore context for all read methods. 521/head
authorEden Li <eden.li@gmail.com>
Thu, 31 May 2012 00:32:29 +0000 (17:32 -0700)
committerEden Li <eden.li@gmail.com>
Thu, 31 May 2012 00:35:36 +0000 (17:35 -0700)
commit4c19333132ec568eb881401a47ab83db4a3cae2a
tree9314d8396f02fc94050934fe421fdaa21f0cb3a3
parent5cd350ace0e248d163c9babec8932ec6f4351428
Restore context for all read methods.

Prior to 2db0aceb32f5c042f5306e72a4679580b4359f34 this was being done
properly, but the refactor removed stack_context.wrap causing some issues
in our upstream context managers.
tornado/iostream.py