[issue1767511] SocketServer.DatagramRequestHandler

Ben Bass report at bugs.python.org
Wed Jan 23 11:55:34 CET 2008


Ben Bass added the comment:

I've just bumped into this issue.  In my opinion the finish() method 
should only do anything if wfile is not empty, i.e:

temp = self.wfile.getvalue()
if temp:
    self.socket.sendto(temp, self.client_address)

----------
nosy: +bpb

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1767511>
_____________________________________


More information about the Python-bugs-list mailing list