Status message

master
Bob Mottram 2019-08-16 20:13:58 +01:00
parent 8332f9dae9
commit db38a6388c
1 changed files with 1 additions and 7 deletions

View File

@ -394,12 +394,6 @@ class PubServer(BaseHTTPRequestHandler):
# Convert the headers needed for signature verification to dict
headersDict={}
headersDict['host']=self.headers['host']
#if messageJson.get('actor'):
# actorDomain,actorPort=getDomainFromActor(messageJson['actor'])
# if actorPort:
# if actorPort!=80 and actorPort!=443:
# actorDomain=actorDomain+':'+str(actorPort)
# headersDict['host']=actorDomain
headersDict['signature']=self.headers['signature']
if self.headers.get('Date'):
headersDict['Date']=self.headers['Date']
@ -2765,7 +2759,7 @@ class PubServer(BaseHTTPRequestHandler):
self.server.POSTbusy=False
return
if self.server.debug:
print('Unknown status from _updateInboxQueue')
print('_updateInboxQueue exited without doing anything')
else:
if self.server.debug:
print('self.postToNickname is None')