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:
Sebastian Bazley 2008-04-30 00:15:27 +00:00
parent 552385da13
commit f2df94048f
1 changed files with 1 additions and 2 deletions

View File

@ -343,8 +343,7 @@ public class SingleClientConnManager implements ClientConnectionManager {
LOG.warn(MISUSE_MESSAGE);
if (managedConn != null)
managedConn.detach();
managedConn.detach();
try {
uniquePoolEntry.shutdown();