Skip to content

Commit 88f7520

Browse files
committed
fix(sdk): kasclient no longer closes shared http client
Signed-off-by: Scott Hamrick <2623452+cshamrick@users.noreply.github.com>
1 parent fc8a6ea commit 88f7520

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/src/main/java/io/opentdf/platform/sdk/KASClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ public KASKeyCache getKeyCache() {
125125

126126
@Override
127127
public synchronized void close() {
128-
this.httpClient.dispatcher().cancelAll();
129-
this.httpClient.connectionPool().evictAll();
128+
// KASClient is no longer responsible for closing the shared http client
130129
}
131130

132131
static class RewrapRequestBody {

0 commit comments

Comments
 (0)