HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: is it a bug? - yes (compressed data)
Author: Xavier Roche
Date: 12/13/2001 22:08
 
>   I am trying the commandline httrack on Windows NT 
> 4.0. I want to get one file, my command line is:
httrack   <http://www.ece.utexas.edu/projects/ece/lca/c>
> ourses/382n/homeworks/branch.trace.small.gz' --get -
Z 
>   But no file is downloaded.  Could anybody try this 
> command and see what is wrong?
Bug found (and fixed) - the engine incorrectly handles 
the 'content-encoding:' response when zlib is not used 
(in commandline release on windows)
This will be fixed for the next release-

htslib.c, line 1068:

instead of

      if (retour->contentencoding[0])
        retour->compressed=1;

put:

#if HTS_USEZLIB
      if (retour->contentencoding[0])
        retour->compressed=1;
#endif

 
Reply Create subthread


All articles

Subject Author Date
is it a bug?

12/12/2001 03:32
Re: is it a bug? - yes (compressed data)

12/13/2001 22:08




f

Created with FORUM 2.0.11