]> git.ipfire.org Git - thirdparty/tornado.git/commit
Cache the computed absolute path to the requested resource in 476/head
authorBirk Nilson <me@birknilson.se>
Mon, 26 Mar 2012 10:02:13 +0000 (12:02 +0200)
committerBirk Nilson <me@birknilson.se>
Mon, 26 Mar 2012 10:02:13 +0000 (12:02 +0200)
commit38cccf8e53b41370f19a1914646e6949ba1fd907
treee2878160ee9f797a34d80e2525975e37ef387955
parentc34888b0558c9f0c814788c79ccd182d81b201d1
Cache the computed absolute path to the requested resource in
StaticFileHandler. The cache is cleared on_finish of each request
in order to ensure recomputation on each request.
tornado/web.py