bugGNU Wget - Bugs: bug #20326, Both HTTP and FTP connections...

 
 

bug #20326: Both HTTP and FTP connections should be first-class objects that can be reused after a download is done

Submitter:  Micah Cowan <micahcowan>
Submitted:  Tue 03 Jul 2007 07:38:15 AM UTC
   
 
Category:  Code Architecture Severity:  3 - Normal
Priority:  5 - Normal Status:  Confirmed
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Open
Release:  None Operating System:  None
Reproducibility:  None Fixed Release:  None
Planned Release:  2.0 Regression:  None
Work Required:  3 - Months Patch Included:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 03 Jul 2007 07:38:15 AM UTC, original submission:  
  • Both HTTP and FTP connections should be first-class objects that can

  be reused after a download is done.  Currently information about both
  is kept implicitly on the stack, and forgotten after each download.

  • Restructure the FTP code to remove massive amounts of code duplication

  and repetition.  Remove all the "intelligence" and make it work as
  outlined in the previous bullet.

  • If multiple FTP URLs are specified that are on the same host, Wget should

  re-use the connection rather than opening a new one for each file.
  This should be easy provided the above restructuring of FTP code that
  would include the FTP connection becoming a first-class objects.

Micah Cowan <micahcowan>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by micahcowan (Submitted the item)
  •  

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-07-20 micahcowan Planned ReleaseNone 2.0
        Work RequiredNone 3 - Months

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code