Comment 14 for bug 1548020

Revision history for this message
Olivier Tilloy (osomon) wrote :

> Every download could be directed directly to the Downloadmanager.

Oxide doesn’t know that a download is a download until it has issued the request and gotten a response. So it can’t delegate the download to UDM upfront. What has to happen for this use case to work, is that downloads need to be handled by oxide itself (but that has serious implications on the strict lifecycle policies).