LiTao created HTTPCORE-588:
------------------------------

             Summary: ComplexCancellable may not be Cancel CancellableDependency
                 Key: HTTPCORE-588
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-588
             Project: HttpComponents HttpCore
          Issue Type: Improvement
          Components: HttpCore
    Affects Versions: 5.0
            Reporter: LiTao


Where: org.apache.hc.core5.concurrent.ComplexCancellable#setDependency:57



Example:
   Thread1 call cancelled.get()  and get result false, so next step to set 
dependencyRef. Now other Thread2 call 
org.apache.hc.core5.concurrent.ComplexCancellable#cancel and run over. 

.... dependencyRef of Thread1 are not invoke.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to