public void testReleaseOnEntityConsumeContent() throws Exception {
HttpParams params = defaultParams.copy();
ConnManagerParams.setMaxTotalConnections
(params, 1);
ConnManagerParams.setMaxConnectionsPerRoute
(params, new ConnPerRouteBean(1));
ThreadSafeClientConnManager mgr = createTSCCM(params, null);
// Zero connections in the pool
assertEquals(0, mgr.getConnectionsInPool());