]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix erroneous 304 of StaticFileHandler 2270/head
authorJan Dohl <jan@legxaro.de>
Sat, 3 Feb 2018 22:58:19 +0000 (23:58 +0100)
committerJan Dohl <jan@legxaro.de>
Sat, 3 Feb 2018 22:58:19 +0000 (23:58 +0100)
commitfcd0b0b544f59d5a4bd9a5132d7a124cca78d4a0
treefc6c00604d53eebad0d58bfefbf1bd56fbdd3ebc
parentc28cb62f6d575a1f5b6a9577ae1356d3e37599f7
Fix erroneous 304 of StaticFileHandler

StaticFileHandler would return a 304 despite the client sending
a non-matching Etag header when If-Modified-Since matches
tornado/web.py