Commit dddf50eb by 徐高华

Merge branch '转web' into 'master'

add

See merge request !12
parents 8234a4a2 1ac71de5
......@@ -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