admin
2023-04-12 f06a592dd1a7e995bf313ccb5efe7dff73ccfc4e
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);