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