MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / _close_conn

Method _close_conn

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

Source from the content-addressed store, hash-verified

423
424 # Note: Patch for Python3 (otherwise, connections won't be reusable)
425 def _close_conn(self):
426 self.close()
427
428 def close_connection(self):
429 self._handler._remove_connection(self._host, self._connection, close=1)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected