Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Issue 22898006: In the dev server, files are not cached (Closed)

Created:
7 years, 4 months ago by Tate Mandel
Modified:
7 years, 4 months ago
Reviewers:
Emily Fortuna
CC:
sethladd, janicejl
Base URL:
https://github.com/dart-lang/dartdoc-viewer.git@master
Visibility:
Public.

Description

In the dev server, files are not cached BUG=

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed bad python string style #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M scripts/redirector.py View 1 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Tate Mandel
I set the cache age to 0 seconds for files on the development server.
7 years, 4 months ago (2013-08-15 20:20:47 UTC) #1
Emily Fortuna
https://chromiumcodereview.appspot.com/22898006/diff/1/scripts/redirector.py File scripts/redirector.py (right): https://chromiumcodereview.appspot.com/22898006/diff/1/scripts/redirector.py#newcode46 scripts/redirector.py:46: self.response.headers['Cache-Control'] = 'max-age=' + \ the pythonic way to ...
7 years, 4 months ago (2013-08-15 20:26:23 UTC) #2
Tate Mandel
https://chromiumcodereview.appspot.com/22898006/diff/1/scripts/redirector.py File scripts/redirector.py (right): https://chromiumcodereview.appspot.com/22898006/diff/1/scripts/redirector.py#newcode46 scripts/redirector.py:46: self.response.headers['Cache-Control'] = 'max-age=' + \ On 2013/08/15 20:26:23, Emily ...
7 years, 4 months ago (2013-08-15 20:34:03 UTC) #3
Emily Fortuna
7 years, 4 months ago (2013-08-15 20:34:42 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698