Changes between Initial Version and Version 1 of Ticket #17201, comment 13


Ignore:
Timestamp:
2022-12-07T17:19:16+01:00 (3 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17201, comment 13

    initial v1  
    88* Parent task
    99 * Child InputStream task (uses a `StreamProgressUpdater` to update the progress monitor, theoretically). This is ''supposed to'' modify the window title with the amount of data downloaded. It is not currently doing so.
    10  * Child Parser task which uses the InputStream task.
     10 * Child Parser task which uses the InputStream from the InputStream task.
    1111
    1212The inputstream task only provides progress at the end (unless the server gives us a content length) when the parser task closes the inputstream. Except we don't have it -- this is due to having a `ChildProgress` at this point.