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

Method serve_eof

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

Source from the content-addressed store, hash-verified

1264
1265 @ATMT.eof(SERVE)
1266 def serve_eof(self):
1267 raise self.CLOSED()
1268
1269 @ATMT.receive_condition(SERVE)
1270 def new_request(self, pkt):

Callers

nothing calls this directly

Calls 1

CLOSEDMethod · 0.95

Tested by

no test coverage detected