Message259861
When socketserver.BaseServer.verify_request() return False then we do not call shutdown_request. If we will take the TCPServer as example we will call get_request thus calling socket.accept() and creating a new socket but we will not call shutdown_request to close the unused socket. |
|
Date |
User |
Action |
Args |
2016-02-08 16:58:33 | palaviv | set | recipients:
+ palaviv |
2016-02-08 16:58:33 | palaviv | set | messageid: <1454950713.49.0.94493423375.issue26309@psf.upfronthosting.co.za> |
2016-02-08 16:58:33 | palaviv | link | issue26309 messages |
2016-02-08 16:58:33 | palaviv | create | |
|