/*Client timeout*/// Set the timeout in millisecondsuntil a connection is established.
// The default value is zero, that means the timeout is not used.HttpConnectionParams.setConnec
在参数CoreConnectionPNames.CONNECTION_TIMEOUT设置为1的情况下,我从HttpClient得到了奇怪的行为。HttpClient client = new DefaultHttpClient();
// The time it takes to open TCP connectionclient.getParams().setParameter(CoreConnectionPNames.CONNECTION_TIMEOUT,