Tornado static files handler uses `file.read()` to read the whole file, not a good solution.
Tornado static files handler uses
file.read()to read the whole file, not a good solution.