Message259861
| 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: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 | |