Don't write the pagecached content twice.

This commit is contained in:
Neil Williams
2013-01-14 16:09:27 -08:00
parent f9ee3c6a22
commit 2c09a35627

View File

@@ -658,7 +658,7 @@ class MinimalController(BaseController):
cookies_key)
def cached_response(self):
return response.content
return ""
def pre(self):
action = request.environ["pylons.routes_dict"].get("action")