I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 1d627371 authored by zzz's avatar zzz
Browse files

todo comment

parent d3b05f44
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,12 @@ public class UpdateHandler { ...@@ -143,6 +143,12 @@ public class UpdateHandler {
} }
protected void update() { protected void update() {
updateStatus("<b>" + _("Updating") + "</b>"); updateStatus("<b>" + _("Updating") + "</b>");
// TODO:
// Do a PartialEepGet on the selected URL, check for version we expect,
// and loop if it isn't what we want.
// This will allow us to do a release without waiting for the last host to install the update.
// Alternative: In bytesTransferred(), Check the data in the output file after
// we've received at least 56 bytes. Need a cancel() method in EepGet ?
String updateURL = selectUpdateURL(); String updateURL = selectUpdateURL();
if (_log.shouldLog(Log.DEBUG)) if (_log.shouldLog(Log.DEBUG))
_log.debug("Selected update URL: " + updateURL); _log.debug("Selected update URL: " + updateURL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment