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

Method close

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

Source from the content-addressed store, hash-verified

414 _raw_read = _http_client.HTTPResponse.read
415
416 def close(self):
417 if self.fp:
418 self.fp.close()
419 self.fp = None
420 if self._handler:
421 self._handler._request_closed(self, self._host,
422 self._connection)
423
424 # Note: Patch for Python3 (otherwise, connections won't be reusable)
425 def _close_conn(self):

Callers 11

_close_connMethod · 0.95
close_connectionMethod · 0.95
close_connectionMethod · 0.45
close_allMethod · 0.45
_remove_connectionMethod · 0.45
do_openMethod · 0.45
_reuse_connectionMethod · 0.45
error_handlerFunction · 0.45
continuityFunction · 0.45
fetchFunction · 0.45
test_timeoutFunction · 0.45

Calls 1

_request_closedMethod · 0.80

Tested by 1

test_timeoutFunction · 0.36