summaryrefslogtreecommitdiff
path: root/cherrypy/lib/caching.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-30 11:45:18 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-30 11:45:18 -0400
commitbaf1cfad6a76e98adc078f36a70a5ceecd6138fb (patch)
tree61ccef2f4f66a3fb56863db1d03098deb24c4439 /cherrypy/lib/caching.py
parent32a163ca17e1c3d78945ad2214e6c1fb5a8e0bf1 (diff)
parent7f77d77d18234382582c8a3a3e2a526841e900ba (diff)
downloadcherrypy-baf1cfad6a76e98adc078f36a70a5ceecd6138fb.tar.gz
Merge https://bitbucket.org/cherrypy/cherrypy/pull-requests/125/
Diffstat (limited to 'cherrypy/lib/caching.py')
-rw-r--r--cherrypy/lib/caching.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/lib/caching.py b/cherrypy/lib/caching.py
index fab6b569..375d5f0e 100644
--- a/cherrypy/lib/caching.py
+++ b/cherrypy/lib/caching.py
@@ -353,7 +353,7 @@ def get(invalid_methods=("POST", "PUT", "DELETE"), debug=False, **kwargs):
return False
# Copy the response headers. See
- # https://bitbucket.org/cherrypy/cherrypy/issue/721.
+ # https://github.com/cherrypy/cherrypy/issues/721.
response.headers = rh = httputil.HeaderMap()
for k in h:
dict.__setitem__(rh, k, dict.__getitem__(h, k))