HttpRoute.equals(Object o) is quite inefficient, as it does not take full 
advantage of shortcut logic
-----------------------------------------------------------------------------------------------------

                 Key: HTTPCORE-248
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-248
             Project: HttpComponents HttpCore
          Issue Type: Improvement
          Components: HttpCore
    Affects Versions: 4.1
            Reporter: Sebb


HttpRoute.equals(Object o) is quite inefficient, as it does not take full 
advantage of shortcut logic.

It should return as soon as the first  false is detected.

Patch to follow implements short-circuit checking.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to