managedConn cannot be null
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@652197 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
552385da13
commit
f2df94048f
|
@ -343,8 +343,7 @@ public class SingleClientConnManager implements ClientConnectionManager {
|
|||
|
||||
LOG.warn(MISUSE_MESSAGE);
|
||||
|
||||
if (managedConn != null)
|
||||
managedConn.detach();
|
||||
managedConn.detach();
|
||||
|
||||
try {
|
||||
uniquePoolEntry.shutdown();
|
||||
|
|
Loading…
Reference in New Issue