mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor patch related to #6029
This commit is contained in:
parent
56f02e5d5b
commit
3fe094a4c3
3 changed files with 4 additions and 4 deletions
|
|
@ -86,7 +86,7 @@ class HTTPSConnection(_http_client.HTTPSConnection):
|
|||
pass
|
||||
|
||||
hostname = self.host
|
||||
if self.host:
|
||||
if conf.host:
|
||||
hostname = conf.host
|
||||
else:
|
||||
for header, value in conf.httpHeaders:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue