//if (LOG.isDebugEnabled()) {
// LOG.debug("Open connection for " + route);
//}
this.tracker = new RouteTracker(route);
final HttpHost proxy = route.getProxyHost();
getOperator().openConnection
(this.connection,
(proxy != null) ? proxy : route.getTargetHost(),