Re: [Bug-wget] Multi segment download

2015-08-29 Thread Darshit Shah
Thanking You, Darshit Shah Sent from mobile device. Please excuse my brevity On 29-Aug-2015 1:13 pm, Tim Rühsen tim.rueh...@gmx.de wrote: Hi, normally it makes much more sense when having several download mirrors and checksums for each chunk. The perfect technique for such is called

Re: [Bug-wget] Multi segment download

2015-08-29 Thread Tim Rühsen
Hi, normally it makes much more sense when having several download mirrors and checksums for each chunk. The perfect technique for such is called 'Metalink' (more on www.metalinker.org). Wget has it in branch 'master'. A GSOC project of Hubert Tarasiuk. Additionally, Wget2 is under

[Bug-wget] Unit test case for parse_content_range()

2015-08-29 Thread Darshit Shah
I've written a unit test for the parse_content_range() method. However, I haven't yet populated it with various test cases. Sharing the patch for the unit test here. I will add more test cases for this test later. Kindly do review the patch. If no one complains, I'll push it in a couple of days.

Re: [Bug-wget] Unit test case for parse_content_range()

2015-08-29 Thread Tim Rühsen
Am Samstag, 29. August 2015, 23:13:23 schrieb Darshit Shah: I've written a unit test for the parse_content_range() method. However, I haven't yet populated it with various test cases. Sharing the patch for the unit test here. I will add more test cases for this test later. Kindly do review

Re: [Bug-wget] Unit test case for parse_content_range()

2015-08-29 Thread Darshit Shah
On Sun, Aug 30, 2015 at 12:51 AM, Tim Rühsen tim.rueh...@gmx.de wrote: Am Samstag, 29. August 2015, 23:13:23 schrieb Darshit Shah: I've written a unit test for the parse_content_range() method. However, I haven't yet populated it with various test cases. Sharing the patch for the unit test