Commit 9bdb48b2 authored by yihua.huang's avatar yihua.huang

version 0.6.0

parent eeb607fd
......@@ -154,7 +154,7 @@ public class HttpClientDownloader extends AbstractDownloader {
.setConnectionRequestTimeout(site.getTimeOut())
.setSocketTimeout(site.getTimeOut())
.setConnectTimeout(site.getTimeOut())
.setCookieSpec(CookieSpecs.DEFAULT);
.setCookieSpec(CookieSpecs.BEST_MATCH);
if (proxy !=null) {
requestConfigBuilder.setProxy(proxy);
request.putExtra(Request.PROXY, proxy);
......
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