Searched refs:finish_request (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ |
D | socketserver.py | 347 self.finish_request(request, client_address) 358 def finish_request(self, request, client_address): member in BaseServer 616 self.finish_request(request, client_address) 683 self.finish_request(request, client_address)
|
/third_party/python/Lib/test/test_asyncio/ |
D | utils.py | 156 def finish_request(self, request, client_address): member in SSLWSGIServerMixin
|
/third_party/python/Doc/library/ |
D | socketserver.rst | 314 .. method:: finish_request(request, client_address) 350 Calls :meth:`finish_request` to create an instance of the
|
/third_party/python/Lib/test/ |
D | test_wsgiref.py | 78 server.finish_request((inp, out), ("127.0.0.1",8888))
|
/third_party/python/Misc/ |
D | HISTORY | 23947 finish_request() returns. (Not when it errors out though.)
|