|
@@ -71,6 +71,7 @@ public class SeecoderGitlabClient implements SeecoderGitlabApi {
|
|
|
throw SeecoderGitlabException.NOT_FOUND_ERROR;
|
|
throw SeecoderGitlabException.NOT_FOUND_ERROR;
|
|
|
} catch (IOException e) {
|
|
} catch (IOException e) {
|
|
|
logger.error("IOException", e);
|
|
logger.error("IOException", e);
|
|
|
|
|
+ response.close();
|
|
|
throw SeecoderGitlabException.IO_ERROR;
|
|
throw SeecoderGitlabException.IO_ERROR;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|