MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / close_connection

Method close_connection

thirdparty/keepalive/keepalive.py:428–430  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

426 self.close()
427
428 def close_connection(self):
429 self._handler._remove_connection(self._host, self._connection, close=1)
430 self.close()
431
432 def info(self):
433 return self.headers

Callers

nothing calls this directly

Calls 2

closeMethod · 0.95
_remove_connectionMethod · 0.80

Tested by

no test coverage detected