mirror of https://gitlab.com/bashrc2/epicyon
Use function arguments
parent
cdfc122be9
commit
b0f4c00cb0
|
@ -16567,10 +16567,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
print('DEBUG: path=' + path)
|
print('DEBUG: path=' + path)
|
||||||
redirect_url = \
|
redirect_url = \
|
||||||
get_instance_url(calling_domain,
|
get_instance_url(calling_domain,
|
||||||
self.server.http_prefix,
|
http_prefix, domain_full,
|
||||||
self.server.domain_full,
|
onion_domain, i2p_domain) + \
|
||||||
self.server.onion_domain,
|
|
||||||
self.server.i2p_domain) + \
|
|
||||||
divert_path
|
divert_path
|
||||||
self._redirect_headers(redirect_url, None, calling_domain)
|
self._redirect_headers(redirect_url, None, calling_domain)
|
||||||
fitness_performance(getreq_start_time,
|
fitness_performance(getreq_start_time,
|
||||||
|
|
Loading…
Reference in New Issue