Re: fork + byte range
Status: Alpha
Brought to you by:
coroberti
From: Flavio M. <fl...@in...> - 2014-09-24 14:55:47
|
I need to test a proxy product the company I work for is developing, but the test demanded that some files were downloaded with "Range: bytes 1-XXXX" in the HTML request. So I made a quick change in 2 files of curl-loader to support this feature: - curl-loader/parse_conf.c - curl-loader/url.h And added a example batch config - curl-loader/conf-examples/byte_range.conf Since I am not familiar with SVN (as had not been working with this vcs for the last 5 years) I cloned your repo to a GIT repo into my bitbucket account to apply my changes, but you can check the changes yourself at: https://bitbucket.org/fhnmor21/curl-loader/commits/462e3c9a7204d0ff5d00e9754557b515ee53a89c I might add more features as we nedd. Thanks for a great piece of software. Cheers, _____ Flavio On Wed, Sep 24, 2014 at 3:30 AM, Robert Iakobashvili <cor...@gm...> wrote: > Dear Flavio, > Thank you for your comments. > > Could you please explain in a bit more details > what were your requirements not met by curl-loader? > Thanks. > > Also a diff to the mainstream could save some time at our side. > > Kind regards, > Robert Iakobashvili, Ph.D. > > Home: http://www.ghotit.com > .............................................. > Ghotit Dyslexia > Das Ist Real Writer & Reader 3 > ............................................... > > On Mon, Sep 22, 2014 at 9:02 PM, Flavio Moreira > <fl...@in...> wrote: > > I think this is a very interesting tool. > > > > I had some tests I needed to do at work, but I needed also to run file > GET > > with byte-range, so to make life easier I cloned your repo into bitbucket > > and added the byte range functionality. > > > > If anyone else is interested the fork is at: > > https://bitbucket.org/fhnmor21/curl-loader > > > > I will use this fork to add other functionalities I might need, so I > thought > > it would be on the interest of everyone to let this list subscribers to > know > > about that. > > > > Cheers > > _____ > > Flavio > > > > > > > ------------------------------------------------------------------------------ > > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > > > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > > _______________________________________________ > > curl-loader-devel mailing list > > cur...@li... > > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > > > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > |