mitogen
mitogen copied to clipboard
mitogen.unix.Listener.on_accept_client() does not verify all data has been sent by socket.send()
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