this.reusable = false;
IOSession iosession = this.poolEntry.getConnection();
OperatedAsyncClientConnection conn = (OperatedAsyncClientConnection) iosession.getAttribute(
ExecutionContext.HTTP_CONNECTION);
try {
conn.shutdown();
} catch (IOException ignore) {
}
this.manager.releaseConnection(this, this.duration, TimeUnit.MILLISECONDS);
this.poolEntry = null;
}