On Fri, Apr 17, 2015 at 1:00 PM, Carsten Ziegeler <[email protected]> wrote:
> Hi,
>
> since some time I experience a very poor performce of our check script.
> In many cases it even stops downloading.
>
> However as soon as I remove the "--ignore-length" option from the wget
> command, it gets fast and runs through. Anyone opposed to removing this
> from the script?

No, let's remove it and add it back if needed ( hopefully not ). While
looking at the script I noticed

 if [ `wget --help | grep "no-check-certificate" | wc -l` -eq 1 ]
 then
   CHECK_SSL=--no-check-certificate
 fi

which does not look good at all to me, especially since we access the
repository using http :-)

Robert

Reply via email to