|
|
@ -400,6 +400,7 @@ public class RemoteEnv extends AbstractEnv { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
HttpClient client = createHttpMethod(para, true); |
|
|
|
HttpClient client = createHttpMethod(para, true); |
|
|
|
|
|
|
|
client.asGet(); |
|
|
|
|
|
|
|
|
|
|
|
String res = stream2String(execute4InputStream(client)); |
|
|
|
String res = stream2String(execute4InputStream(client)); |
|
|
|
if (res == null) { |
|
|
|
if (res == null) { |
|
|
|