]> git.ipfire.org Git - thirdparty/tornado.git/commit
Capture StackContext explicitly in HTTPConnection to prevent leaks from
authorBen Darnell <ben@bendarnell.com>
Fri, 5 Nov 2010 18:19:18 +0000 (11:19 -0700)
committerBen Darnell <ben@bendarnell.com>
Fri, 5 Nov 2010 18:19:18 +0000 (11:19 -0700)
commit9ec87c2ba25e202fbce5ff1f35184fcbabba26f3
tree03d68237f9068276b04a74f6db2e88f168ceeb87
parent2b44fac4ecf273aadc97dbcaa5abf1e3a1ee7dff
Capture StackContext explicitly in HTTPConnection to prevent leaks from
one request to the next.
tornado/httpserver.py