Ticket #4329 enhancement closed fixed
Allow the Deferreds returned by ClientCreator's methods to be cancelled
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: |
branches/clientcreator-cancellation-4329
(diff, github, buildbot, log) |
|
| Author: | exarkun | Launchpad Bug: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
