[issue12498] asyncore.dispatcher_with_send, disconnection problem + miss-conception

2014-06-27 Thread François-Xavier Bourlet
François-Xavier Bourlet added the comment: No worries, I am glad to see asyncore going away. It was indeed badly designed in the first place. -- François-Xavier Bourlet On Fri, Jun 27, 2014 at 2:28 PM, STINNER Victor rep...@bugs.python.org wrote: STINNER Victor added the comment: Actually

[issue12498] asyncore.dispatcher_with_send, disconnection problem + miss-conception

2011-08-03 Thread François-Xavier Bourlet
François-Xavier Bourlet bomb...@gmail.com added the comment: I am currently busy, but i will try to allocate some time to propose a path soon. Cheers, 2011/7/24 Charles-François Natali rep...@bugs.python.org: Charles-François Natali neolo...@free.fr added the comment: Hello, Actually

[issue12498] asyncore.dispatcher_with_send, disconnection problem + miss-conception

2011-07-04 Thread François-Xavier Bourlet
New submission from François-Xavier Bourlet bomb...@gmail.com: Actually the class asyncore.dispatcher_with_send do not handle properly disconnection. When the endpoint shutdown his sending part of the socket, but keep the socket open in reading, the current implementation