You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by ok2c <gi...@git.apache.org> on 2017/11/19 17:38:55 UTC

[GitHub] httpcomponents-client pull request #88: HTTPCLIENT-1855

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

    https://github.com/apache/httpcomponents-client/pull/88#discussion_r151871562
  
    --- 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  So, you still insist on needing to update the cache on each and every message exchange? 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org