On Mon, May 16, 2016 at 11:26 AM, Arne Babenhauserheide <arne_...@web.de>
wrote:

>
> In this build I’m missing the priorities for uploads in advanced mode,
> but I don’t see that change in the changelog. Did I miss that for -pre1?
> They are still available for Downloads.
>

I guess I slightly broke that in c11c5a93a7299eb63c2b1110e07df694bddaf04c.
Oops.

src/freenet/clients/http/QueueToadlet.java line 124:
> UncompletedUpload(isCompleted = false, isFailed = true, isUpload = true)

That should of course read:
> UncompletedUpload(false, false, true)

Same holds for the UncompletedDirUpload.

I've filed a pull request. Thanks for spotting this!

→ Back to thesis work after that, 2 weeks left to finish.

Kind regards,
Bert:
_______________________________________________
Devl mailing list
Devl@freenetproject.org
https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to