Fixed a typo issue

This commit is contained in:
echel0n 2014-03-29 22:45:36 -07:00
parent 9124c528a8
commit 4caf2441d6
2 changed files with 3 additions and 1 deletions

View file

@ -190,7 +190,7 @@
<div class="component-group-desc"> <div class="component-group-desc">
<h3>Advanced setting</h3> <h3>Advanced setting</h3>
<p>Here you need to know what are you doing!!!</p> <p>You need to know what you are doing here!!!</p>
</div> </div>
<fieldset class="component-group-list"> <fieldset class="component-group-list">

View file

@ -218,6 +218,8 @@ class CacheController(object):
headers = {'Expires': expires} headers = {'Expires': expires}
resp.headers.update(headers) resp.headers.update(headers)
self.cache.set(cache_url, resp)
# Add to the cache if the response headers demand it. If there # Add to the cache if the response headers demand it. If there
# is no date header then we can't do anything about expiring # is no date header then we can't do anything about expiring
# the cache. # the cache.