Ticket #186 (closed defect: invalid)

Opened 1 year ago

Last modified 1 year ago

Convert resuming to nsIResumableChannel

Reported by: MaierMan Assigned to: MaierMan
Priority: major Milestone: 1.1
Component: --- Version: ---
Keywords: Cc:
Operating System: All

Description

nsIResumableChannel provides an unified interface for both, nsIHttpChannel and nsIFtpChannel.
http://mxr.mozilla.org/mozilla1.8/source/netwerk/base/public/nsIResumableChannel.idl

Change History

2007-06-02 18:22:51 changed by MaierMan

  • owner set to MaierMan.
  • status changed from new to assigned.

2007-07-13 22:11:54 changed by MaierMan

  • status changed from assigned to closed.
  • resolution set to invalid.

Unfortunatly we cannot use this as it does not fit our needs.
entityID is computed by the channel, and we'd have to set it prior to open the channel.
This way we cannot use new mirrors for resuming.
nsIFtpChannel does not let us resume => we need to deploy our own ftpchannel implementation :p