Home
last modified time | relevance | path

Searched refs:finish_request (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A Dsocketserver.py181 - finish_request(request, client_address)
271 # - finish_request() instantiates the request handler class; this
343 """Call finish_request.
348 self.finish_request(request, client_address)
359 def finish_request(self, request, client_address): member in BaseServer
419 - finish_request(request, client_address)
624 self.finish_request(request, client_address)
691 self.finish_request(request, client_address)
/third_party/python/Lib/test/test_asyncio/
H A Dutils.py156 def finish_request(self, request, client_address): member in SSLWSGIServerMixin
/third_party/python/Lib/http/
H A Dserver.py1309 def finish_request(self, request, client_address): member in .DualStackServer
/third_party/python/Lib/test/
H A Dtest_wsgiref.py77 server.finish_request((inp, out), ("127.0.0.1",8888))

Completed in 5 milliseconds