New submission from François-Xavier Bourlet :
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 of
dispatcher_with_send will close
François-Xavier Bourlet 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 :
>
> Charles-François Natali added the comment:
>
> Hello,
>
>> Actually the class asyncore.dispat
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 wrote:
>
> STINNER Victor added the comment:
>
> "A