Show More
@@ -127,7 +127,7 b' class memorycacher(object):' | |||||
127 | paths.append(b'simplecache') |
|
127 | paths.append(b'simplecache') | |
128 | paths.append(self.key) |
|
128 | paths.append(self.key) | |
129 |
|
129 | |||
130 |
url = b'%s/%s' % (self.req. |
|
130 | url = b'%s/%s' % (self.req.baseurl, b'/'.join(paths)) | |
131 |
|
131 | |||
132 | #url = b'http://example.com/%s' % self.key |
|
132 | #url = b'http://example.com/%s' % self.key | |
133 | self.ui.log('simplecache', 'sending content redirect for %s to ' |
|
133 | self.ui.log('simplecache', 'sending content redirect for %s to ' |
General Comments 0
You need to be logged in to leave comments.
Login now