Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/D35m0nd142/LFISuite
/ close
Method
close
socks.py:440–443 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
438
return
bytes
439
440
def
close(self):
441
if
self._proxyconn:
442
self._proxyconn.close()
443
return
super(socksocket, self).close()
444
445
def
get_proxy_sockname(self):
446
""
"
Callers
7
connect
Method · 0.95
create_connection
Function · 0.80
_SOCKS5_request
Method · 0.80
_negotiate_SOCKS4
Method · 0.80
_negotiate_HTTP
Method · 0.80
download
Function · 0.80
download
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected