This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author palaviv
Recipients palaviv
Date 2016-02-08.16:58:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454950713.49.0.94493423375.issue26309@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-02-08 16:58:33palavivsetrecipients: + palaviv
2016-02-08 16:58:33palavivsetmessageid: <1454950713.49.0.94493423375.issue26309@psf.upfronthosting.co.za>
2016-02-08 16:58:33palavivlinkissue26309 messages
2016-02-08 16:58:33palavivcreate