On Tue, 27 Jan 2015 23:40:04 +0100 Victor Stinner <[email protected]> wrote: > > I propose to call the connection_lost() method of the protocol with > the exception, even if the connection_made() method of the protocol > was not called (and will never be called).
This is a breach of the API's contract. Once I proposed a separate connection_failed() for that purpose. It was shut down, but it can still be reintroduced. Regards Antoine.
