]> git.ipfire.org Git - thirdparty/tornado.git/commit
Missing hint in documentation 1587/head
authorHermann Schachner <hschachn@users.noreply.github.com>
Fri, 20 Nov 2015 12:59:58 +0000 (13:59 +0100)
committerHermann Schachner <hschachn@users.noreply.github.com>
Fri, 20 Nov 2015 12:59:58 +0000 (13:59 +0100)
commit4e205197dd727e7b33390ce393d9a0928e88505f
tree8b1992543823d75d6f474d0b8e8207817e57ae3a
parentc4183b86890ffadbdb23fd7beac756c7990a035e
Missing hint in documentation

I did not realize that RequestHandler.initialize() is called before every single request.
For me, 'subclass initialization' suggest that this function were called only once for each subclass definition.
(Seems like I am not the only one: http://stackoverflow.com/questions/15199028/does-initialize-in-tornado-web-requesthandler-get-called-every-time-for-a-reques)
tornado/web.py