mirror of https://gitlab.com/bashrc2/epicyon
Alternative check for http
parent
d2b5b20307
commit
131d8b6625
|
@ -10270,6 +10270,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
"""
|
"""
|
||||||
if debug:
|
if debug:
|
||||||
print('Instance actor requested by ' + callingDomain)
|
print('Instance actor requested by ' + callingDomain)
|
||||||
|
if self._requestHTTP():
|
||||||
|
return False
|
||||||
actorJson = personLookup(domain, path, baseDir)
|
actorJson = personLookup(domain, path, baseDir)
|
||||||
if not actorJson:
|
if not actorJson:
|
||||||
print('ERROR: no instance actor found')
|
print('ERROR: no instance actor found')
|
||||||
|
|
Loading…
Reference in New Issue