|
|
@@ -126,7 +126,7 @@ public class SheepDownloadConnection implements DownloadConnection, DownloadConn
|
|
|
String ip = NetUtil.getUrlIp(connection);
|
|
|
if ("0.0.0.0".equals(ip)) {
|
|
|
try {
|
|
|
- InetSocketAddress address = new InetSocketAddress(url.getHost(), url.getPort());
|
|
|
+ InetSocketAddress address = new InetSocketAddress(url.getHost(), 80);
|
|
|
ip = address.getAddress().getHostAddress();
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|