浏览代码

。。。。

WANG 6 年之前
父节点
当前提交
81a5dfb2af
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/cn/com/qmth/examcloud/web/upyun/UpYunClient.java

+ 2 - 2
src/main/java/cn/com/qmth/examcloud/web/upyun/UpYunClient.java

@@ -207,7 +207,7 @@ public class UpYunClient {
 		} finally {
 			IOUtils.closeQuietly(in);
 			IOUtils.closeQuietly(response);
-			httpPut.releaseConnection();
+			// httpPut.releaseConnection();
 		}
 
 		if (log.isDebugEnabled()) {
@@ -254,7 +254,7 @@ public class UpYunClient {
 			throw new ExamCloudRuntimeException(e);
 		} finally {
 			IOUtils.closeQuietly(response);
-			httpDelete.releaseConnection();
+			// httpDelete.releaseConnection();
 		}
 
 		if (log.isDebugEnabled()) {