[Bug-wget] Wget wall clock time is very high

2016-12-14 Thread Debopam Bhattacherjee
Hi, I try to download a webpage along with it dependencies using the following command: wget -p -k -H -e robots=off --header="Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" --user-agent="Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" -P

Re: [Bug-wget] Wget wall clock time is very high

2016-12-14 Thread Ander Juaristi
Hi there, On 14/12/16 12:10, Debopam Bhattacherjee wrote: > Hi, > > I try to download a webpage along with it dependencies using the following > command: > wget -p -k -H -e robots=off --header="Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" > --user-agent="Mozilla/5.0

[Bug-wget] [PATCH] utils: rename base64_{encode,decode}

2016-12-14 Thread Rahul Bedarkar
When statically linking with gnutls, we get definition clash error for base64_encode which is also defined by gnutls. /home/rahul.bedarkar/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libgnutls.a(base64.o): In function `base64_encode': base64.c:(.text+0x148):

Re: [Bug-wget] Wget wall clock time is very high

2016-12-14 Thread Dale R. Worley
Debopam Bhattacherjee writes: > I try to download a webpage along with it dependencies using the following > command: > ... > The total download time is 1.4 seconds while the wall clock time is 6.8 > seconds which is much higher. Chrome, in comparison downloads and

Re: [Bug-wget] [PATCH] utils: rename base64_{encode,decode}

2016-12-14 Thread Rahul Bedarkar
Hi Tim, On Wednesday 14 December 2016 08:31 PM, Tim Ruehsen wrote: Thanks, pushed as 'trivial patch', so no FSF Copyright Assignment needed. BTW, GnuTLS normally only exports gnutls_* stuff. You must have some unsupported compiler/linker combination ;-) GnuTLS only exports gnutls_* stuff but

Re: [Bug-wget] [PATCH] utils: rename base64_{encode,decode}

2016-12-14 Thread Tim Ruehsen
Thanks, pushed as 'trivial patch', so no FSF Copyright Assignment needed. BTW, GnuTLS normally only exports gnutls_* stuff. You must have some unsupported compiler/linker combination ;-) Regards, Tim On Wednesday, December 14, 2016 6:10:22 PM CET Rahul Bedarkar wrote: > When statically linking