c8c4195
Remove cache_timeout as that's deprecated This was replaced by max_age in Flask 0.9, and default to the value of get_send_file_max_age per documentation. Fix #223