Minor fix

This commit is contained in:
lgandx 2016-10-12 13:26:45 -03:00
parent 3e46ecd27e
commit 10d33eba72

View file

@ -272,6 +272,7 @@ class HTTP(BaseRequestHandler):
if Buffer and settings.Config.Force_WPAD_Auth == False:
self.request.send(Buffer)
self.request.close()
if settings.Config.Verbose:
print text("[HTTP] WPAD (no auth) file sent to %s" % self.client_address[0])