Show More
@@ -127,7 +127,7 b' class memorycacher(object):' | |||
|
127 | 127 | paths.append(b'simplecache') |
|
128 | 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 | 132 | #url = b'http://example.com/%s' % self.key |
|
133 | 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