]> git.ipfire.org Git - thirdparty/tornado.git/commit
Close wsgi responses correctly - the close method, if present, will
authorBen Darnell <bdarnell@beaker.local>
Fri, 18 Jun 2010 22:59:19 +0000 (15:59 -0700)
committerBen Darnell <bdarnell@beaker.local>
Fri, 18 Jun 2010 22:59:19 +0000 (15:59 -0700)
commitdf0d88eb8d3eef5f2fe351676ef1500e115e3131
tree19718a7863ff808ab4040de1452b53bfa4352bb5
parent39ac6d169a36a54bb1f6b9bf1fdebb5c9da96e09
Close wsgi responses correctly - the close method, if present, will
be on the result of self.wsgi_application() and not on the list
of output we're building up.
tornado/wsgi.py