This commit is contained in:
marco
2020-02-19 18:26:53 +01:00
parent 796d3d894d
commit 320fcd19fd

View File

@@ -138,7 +138,7 @@ class CipherSuiteAdapter(host_header_ssl.HostHeaderSSLAdapter):
# request.url = realUrl
# ret = super(CipherSuiteAdapter, self).send(request, **kwargs)
# else:
# tryFlush = True
tryFlush = True
if tryFlush and not flushedDns: # re-request ips and update cache
logger.info('Flushing dns cache for ' + domain)
return self.flushDns(request, domain, **kwargs)