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