admin
2021-03-13 7becc97c5bfdd827b9a999c26746bb8e8bc3e25c
src/main/java/com/yeshi/buwan/util/HttpUtil.java
@@ -104,6 +104,7 @@
   public static InputStream getAsInputStream(String url) {
      HttpClient client = new HttpClient();
      client.getHttpConnectionManager().getParams().setConnectionTimeout(5000);
      GetMethod method = new GetMethod(url);
      try {
         client.executeMethod(method);