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'],
|
'host': queueJson['host'],
|
||||||
'signature': queueJson['headers']
|
'signature': queueJson['headers']
|
||||||
}
|
}
|
||||||
|
if debug:
|
||||||
|
print('DEBUG: checking http headers')
|
||||||
|
pprint(verifyHeaders)
|
||||||
if not verifyPostHeaders(httpPrefix, \
|
if not verifyPostHeaders(httpPrefix, \
|
||||||
pubKey,verifyHeaders, \
|
pubKey,verifyHeaders, \
|
||||||
queueJson['path'],False, \
|
queueJson['path'],False, \
|
||||||
|
|
Loading…
Reference in New Issue