admin
2021-03-24 c44a4296e8913080bff7ca0ee1b65356ed34ec3d
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);