Merge pull request #346 from ZonkSec/master

spelling correction on "Zapped a strict-trasport-security header"
This commit is contained in:
byt3bl33d3r 2016-12-12 23:18:45 -07:00 committed by GitHub
commit e8dd557592
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@ class ServerConnection(HTTPClient):
self.isCompressed = True
elif (key.lower()== 'strict-transport-security'):
log.debug("[ServerConnection] Zapped a strict-trasport-security header")
log.debug("[ServerConnection] Zapped a strict-transport-security header")
elif (key.lower() == 'content-length'):
self.contentLength = value

View file

@ -155,7 +155,7 @@ class ServerConnection(HTTPClient):
self.isCompressed = True
elif (key.lower()== 'strict-transport-security'):
clientlog.info("Zapped a strict-trasport-security header", extra=self.clientInfo)
clientlog.info("Zapped a strict-transport-security header", extra=self.clientInfo)
elif (key.lower() == 'content-length'):
self.contentLength = value