Opened 14 years ago
Closed 14 years ago
#3419 closed defect (fixed)
Deferred's should hitch() callbacks.
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It's easy to hose yourself today with deferreds since they don't hitch by default. Lets fix that.
Note: See
TracTickets for help on using
tickets.
double-checked the code. It's already hitch()-ing.