Giampaolo Rodola' <g.rod...@gmail.com> added the comment: I think this thread is becoming a little messy and since asyncore/asynchat are in a situation where even the slightest change can break existent code I recommend to be really careful.
I see 3 different issues here: 1 - dispatcher_with_send closing the socket without sending pending data (this was the initial issue) 2 - dispatcher_with_send default buffer is too small (512 bytes) 3 - add support for correct POLLHUP/socket.shutdown() handling (msg146946) All of them should be treated and discussed separately in their own ticket to figure out: - what's wrong - whether it's a bugfix or a new feature (POLLHUP handling appears to be so) - for what python version(s) the patch should be applied As a final note we should consider mandatory for any patch not to alter the existent API. initiate_send() method suddenly returning a meaningful value might be the case and as such it should be weighed up first. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12498> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com