Browse Source

Fixed a typo issue

tags/release_0.1.0
echel0n 11 years ago
parent
commit
4caf2441d6
  1. 2
      gui/slick/interfaces/default/config_general.tmpl
  2. 2
      lib/cachecontrol/controller.py

2
gui/slick/interfaces/default/config_general.tmpl

@ -190,7 +190,7 @@
<div class="component-group-desc">
<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>
<fieldset class="component-group-list">

2
lib/cachecontrol/controller.py

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

Loading…
Cancel
Save