Allow the Deferreds returned by ClientCreator's methods to be cancelled

[email protected] Mon, 01 Mar 2010 01:54:08 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from exarkun <[email protected]>:

Cancelling the `Deferred` returned by `ClientCreator`'s `connectTCP`, `connectSSL`, and `connectUNIX` methods should fail the `Deferred` with `CancelledError` and abort the connection attempt by calling `stopConnecting` on the `IConnector` provider returned by the underlying reactor method.


----------
Type     : enhancement
Component: core
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4329