Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ https_open
Method
https_open
thirdparty/keepalive/keepalive.py:372–373 ·
view source on GitHub ↗
(self, req)
Source
from the content-addressed store, hash-verified
370
self._ssl_factory = ssl_factory
371
372
def
https_open(self, req):
373
return
self.do_open(req)
374
375
def
_get_connection(self, host):
376
try
:
return
self._ssl_factory.get_https_connection(host)
Callers
nothing calls this directly
Calls
1
do_open
Method · 0.80
Tested by
no test coverage detected