MCPcopy Index your code
hub / github.com/secdev/scapy / close

Method close

scapy/layers/http.py:972–975  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

970 return resp
971
972 def close(self):
973 if self.verb:
974 print("X Connection to server closed\n")
975 self.sock.close()
976
977
978def http_request(

Callers 2

_connect_or_reuseMethod · 0.95
sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected