mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Don't write the pagecached content twice.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user