Merge pull request #416 from jlcmoore/master

Https load error, and incorrect variable name
This commit is contained in:
byt3bl33d3r 2018-03-27 01:59:35 +08:00 committed by GitHub
commit 6407b1df9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -179,7 +179,7 @@ class ServerConnection(HTTPClient):
self.plugins.hook() self.plugins.hook()
if logging.getLevelName(log.getEffectiveLevel()) == "DEBUG": if logging.getLevelName(log.getEffectiveLevel()) == "DEBUG":
for header, value in self.client.headers.iteritems(): for header, value in self.headers.iteritems():
log.debug("Receiving header: ({}: {})".format(header, value)) log.debug("Receiving header: ({}: {})".format(header, value))
def handleResponsePart(self, data): def handleResponsePart(self, data):

View file

@ -1,4 +1,4 @@
git+git://github.com/kti/python-netfilterqueue git+https://github.com/kti/python-netfilterqueue
pyinotify pyinotify
pycrypto pycrypto
pyasn1 pyasn1