Message260531
| Author | martin.panter |
|---|---|
| Recipients | benjamin.peterson, martin.panter, neologix, pitrou, python-dev, ryan003, underrun, victorpoluceno, vstinner |
| Date | 2016-02-19.22:15:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1455920111.34.0.903885607085.issue5715@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Replying to Donghyun’s last message, I understand UDPServer is derived from the TCPServer, so it would inherit TCPServer.server_close(), and therefore would close the one and only UDP socket. I think you may have to add a new prepare_child() method, or add a special case somewhere for forked TCP (or stream) servers. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-02-19 22:15:11 | martin.panter | set | recipients: + martin.panter, pitrou, vstinner, benjamin.peterson, ryan003, victorpoluceno, neologix, python-dev, underrun |
| 2016-02-19 22:15:11 | martin.panter | set | messageid: <1455920111.34.0.903885607085.issue5715@psf.upfronthosting.co.za> |
| 2016-02-19 22:15:11 | martin.panter | link | issue5715 messages |
| 2016-02-19 22:15:11 | martin.panter | create | |