Github user ok2c commented on a diff in the pull request:
https://github.com/apache/httpcomponents-client/pull/103#discussion_r187599055
--- Diff:
httpclient/src/main/java/org/apache/http/impl/conn/BasicHttpClientConnectionManager.java
---
@@ -375,7 +375,7 @@ public synchronized void closeIdleConnections(final
long idletime, final TimeUni
@Override
public synchronized void shutdown() {
if (this.isShutdown.compareAndSet(false, true)) {
- shutdownConnection();
--- End diff --
@overquota Actually I just realized that the pooling connection manager
does not distinguish between normal or abnormal pool shutdown. Persistent
connections get closed out regardless whether the manager gets closed or shut
down. For consistency sake I'll make the basic manager behave the same.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]