Commit 1ac71de5 by 徐高华

add

parent 31d25f34
......@@ -67,7 +67,7 @@ public class HttpClient {
protected static org.apache.http.client.HttpClient getHttpClient(String ip) {
org.apache.http.client.HttpClient mHttpClient = map.get(ip) ;
logger.info("clientSize={}",map.size());
//logger.info("clientSize={}",map.size());
if(null != mHttpClient) {
return mHttpClient ;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment