Skip to content

Commit c17fe6e

Browse files
committed
HttpClientConnectionManager canReleaseReferencesImmediately() back to false
1 parent 503446e commit c17fe6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/software/amazon/awssdk/crt/http/HttpClientConnectionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ private void onShutdownComplete() {
189189
* Resources that wait are responsible for calling releaseReferences() manually.
190190
*/
191191
@Override
192-
protected boolean canReleaseReferencesImmediately() { return true; }
192+
protected boolean canReleaseReferencesImmediately() { return false; }
193193

194194
/**
195195
* Closes this Connection Pool and any pending Connection Acquisitions

0 commit comments

Comments
 (0)