mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
3d5aad4aa7
commit
fbdca72a0e
|
@ -9088,7 +9088,9 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
boxpath, httpPrefix, None)
|
boxpath, httpPrefix, None)
|
||||||
self.headers['signature'] = signatureHeader
|
self.headers['signature'] = signatureHeader
|
||||||
if atPath:
|
if atPath:
|
||||||
print('@ detected actor ' + str(actorJson))
|
print('@ detected actor: ' + str(actorJson))
|
||||||
|
print('@ detected headers: ' +
|
||||||
|
str(self.headers).replace('\n', ', '))
|
||||||
self._write(msg)
|
self._write(msg)
|
||||||
else:
|
else:
|
||||||
self._404()
|
self._404()
|
||||||
|
|
Loading…
Reference in New Issue