mitogen icon indicating copy to clipboard operation
mitogen copied to clipboard

mitogen.unix.Listener.on_accept_client() does not verify all data has been sent by socket.send()

Open moreati opened this issue 1 year ago • 0 comments

From the docs

Returns the number of bytes sent. Applications are responsible for checking that all data has been sent; if only some of the data was transmitted, the application needs to attempt delivery of the remaining data

mitogen.unix.Listener.on_accept_client() discards the return value

moreati avatar Aug 27 '24 11:08 moreati