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

Method _remove_connection

thirdparty/keepalive/keepalive.py:216–218  ·  view source on GitHub ↗
(self, host, connection, close=0)

Source from the content-addressed store, hash-verified

214 self._cm.set_ready(connection, 1)
215
216 def _remove_connection(self, host, connection, close=0):
217 if close: connection.close()
218 self._cm.remove(connection)
219
220 #### Transaction Execution
221 def do_open(self, req):

Callers 1

close_connectionMethod · 0.80

Calls 2

removeMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected