return;
}
get.addRequestHeader("Cache-Control", "no-cache");
get.addRequestHeader("User-Agent", "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801");//sun.net.www.protocol.http.HttpURLConnection.userAgent);
get.addRequestHeader(HTTPHeaderName.CONNECTION.httpStringValue(), "close");
get.setFollowRedirects(false);
HttpClient client = HttpClientManager.getNewClient(30*1000, 10*1000);
if(ants.p2p.Ant.proxied){
String tunnelHost = System.getProperty("https.proxyHost");
int tunnelPort = Integer.getInteger("https.proxyPort").intValue();