Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close_request
Method
close_request
Lib/socketserver.py:520–522 ·
view source on GitHub ↗
Called to clean up an individual request.
(self, request)
Source
from the content-addressed store, hash-verified
518
self.close_request(request)
519
520
def
close_request(self, request):
521
""
"Called to clean up an individual request."
""
522
request.close()
523
524
525
class
UDPServer(TCPServer):
Callers
5
shutdown_request
Method · 0.95
process_request
Method · 0.45
handle_error
Method · 0.45
handle_error
Method · 0.45
handle_error
Method · 0.45
Calls
1
close
Method · 0.45
Tested by
3
handle_error
Method · 0.36
handle_error
Method · 0.36
handle_error
Method · 0.36