Close http response in update checker

This commit is contained in:
0xboobface 2018-08-28 15:22:34 +02:00
parent 32e060ceb2
commit 4821ba42b8
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ public class Launcher extends Application {
LOG.debug("ctbrec is up-to-date {}", ctbrecVersion); LOG.debug("ctbrec is up-to-date {}", ctbrecVersion);
} }
} }
response.close();
} catch (IOException e) { } catch (IOException e) {
LOG.warn("Update check failed {}", e.getMessage()); LOG.warn("Update check failed {}", e.getMessage());
} }