Close http response in update checker
This commit is contained in:
parent
32e060ceb2
commit
4821ba42b8
|
@ -201,6 +201,7 @@ public class Launcher extends Application {
|
|||
LOG.debug("ctbrec is up-to-date {}", ctbrecVersion);
|
||||
}
|
||||
}
|
||||
response.close();
|
||||
} catch (IOException e) {
|
||||
LOG.warn("Update check failed {}", e.getMessage());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue