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 martin.panter
Recipients alzheimer, bpb, christian.heimes, giampaolo.rodola, martin.panter
Date 2016-02-09.22:20:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455056434.57.0.71957045127.issue1767511@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry that nobody has responded to your patch in almost a decade. :( Unfortunately in the meantime the test file seems to have been completely rewritten.

For the original problem, I think it would be better if we just documented that this is the way it works. Sending an empty response message seems like a plausible way to acknowledge handling of a request. This parallels the stream handler only shutting down the connection when the request handler has finished. Changing this could break compatibility.

Ben: if you’re still interested, can you explain what the problem is on Windows? My experiments with Wine on Linux suggest that it can send empty UDP responses fine. Is Windows able to send and receive zero-length UDP messages with plain sockets? Perhaps this should be a separate bug.
History
Date User Action Args
2016-02-09 22:20:34martin.pantersetrecipients: + martin.panter, giampaolo.rodola, christian.heimes, alzheimer, bpb
2016-02-09 22:20:34martin.pantersetmessageid: <1455056434.57.0.71957045127.issue1767511@psf.upfronthosting.co.za>
2016-02-09 22:20:34martin.panterlinkissue1767511 messages
2016-02-09 22:20:34martin.pantercreate