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: [email protected]
For additional commands, e-mail: [email protected]