Extra debug

master
Bob Mottram 2019-08-15 09:36:49 +01:00
parent 4989639f5d
commit 6fbc778609
1 changed files with 3 additions and 0 deletions

View File

@ -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, \