releaseConnection();
}
else
{
localObject2 = localHttpResponse.getEntity();
localObject2 = new BasicManagedEntity((HttpEntity)localObject2, this.managedConn, bool);
localHttpResponse.setEntity((HttpEntity)localObject2);
}
return localHttpResponse;
}
catch (ConnectionShutdownException localConnectionShutdownException)