mirror of https://gitlab.com/bashrc2/epicyon
Extra debug
parent
4989639f5d
commit
6fbc778609
3
inbox.py
3
inbox.py
|
@ -1130,6 +1130,9 @@ def runInboxQueue(projectVersion: str, \
|
|||
'host': queueJson['host'],
|
||||
'signature': queueJson['headers']
|
||||
}
|
||||
if debug:
|
||||
print('DEBUG: checking http headers')
|
||||
pprint(verifyHeaders)
|
||||
if not verifyPostHeaders(httpPrefix, \
|
||||
pubKey,verifyHeaders, \
|
||||
queueJson['path'],False, \
|
||||
|
|
Loading…
Reference in New Issue