We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8a6ea commit 88f7520Copy full SHA for 88f7520
sdk/src/main/java/io/opentdf/platform/sdk/KASClient.java
@@ -125,8 +125,7 @@ public KASKeyCache getKeyCache() {
125
126
@Override
127
public synchronized void close() {
128
- this.httpClient.dispatcher().cancelAll();
129
- this.httpClient.connectionPool().evictAll();
+ // KASClient is no longer responsible for closing the shared http client
130
}
131
132
static class RewrapRequestBody {
0 commit comments