Github user ok2c commented on a diff in the pull request:

    
https://github.com/apache/httpcomponents-client/pull/88#discussion_r152042431
  
    --- Diff: 
httpclient5/src/main/java/org/apache/hc/client5/http/auth/AuthCache.java ---
    @@ -45,4 +45,8 @@
     
         void clear();
     
    +    boolean canCache(String name);
    +
    +    boolean needsUpdatingAfterReusing(String name);
    --- End diff --
    
    @agherardi I do not have a problem with us not agreeing with one another 
but I do feel uncomfortable about adding two methods to a public interface that 
are specific to one particular auth scheme and completely unnecessary to start 
with.   


---

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

Reply via email to