Changes between Initial Version and Version 1 of Ticket #17201, comment 13
- Timestamp:
- 2022-12-07T17:19:16+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17201, comment 13
initial v1 8 8 * Parent task 9 9 * 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. 11 11 12 12 The 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.