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

Method _request_closed

thirdparty/keepalive/keepalive.py:211–214  ·  view source on GitHub ↗

tells us that this request is now closed and the the connection is ready for another request

(self, request, host, connection)

Source from the content-addressed store, hash-verified

209 h.close()
210
211 def _request_closed(self, request, host, connection):
212 """tells us that this request is now closed and the the
213 connection is ready for another request"""
214 self._cm.set_ready(connection, 1)
215
216 def _remove_connection(self, host, connection, close=0):
217 if close: connection.close()

Callers 1

closeMethod · 0.80

Calls 1

set_readyMethod · 0.80

Tested by

no test coverage detected