added better error handeling, fixed nfqeueue error should work with any version > 4.1

This commit is contained in:
byt3bl33d3r 2014-11-12 09:56:33 +01:00
parent f51a458733
commit 8b9d499033
3 changed files with 16 additions and 4 deletions

View file

@ -48,7 +48,7 @@ class ClientRequest(Request):
self.urlMonitor = URLMonitor.getInstance()
self.cookieCleaner = CookieCleaner.getInstance()
self.dnsCache = DnsCache.getInstance()
# self.uniqueId = random.randint(0, 10000)
#self.uniqueId = random.randint(0, 10000)
def cleanHeaders(self):
headers = self.getAllHeaders().copy()