[Bug-wget] Filename should end with the first '?' character

2018-11-10 Thread michael
Hello all, WordPress has 'invented' a way to avoid caching of static content and force downloading it every time. It does so by adding parameters to the file requested. This "feature" is slowing the page download and create an issue using wget. For example, a stylesheet is appended with "ver"

Re: [Bug-wget] Debugging issues

2018-11-10 Thread michael
Thank you! -Original Message- From: Darshit Shah Sent: Saturday, 10 November, 2018 11:40 AM To: mich...@cyber-dome.com Cc: bug-wget@gnu.org Subject: Re: [Bug-wget] Debugging issues [Moving to wget-dev] You should never touch any generated files. If you want to have debug symbols, set

Re: [Bug-wget] Debugging issues

2018-11-10 Thread Darshit Shah
[Moving to wget-dev] You should never touch any generated files. If you want to have debug symbols, set the appropriate CFLAGS environment before running configure. $ ./bootstrap $ CFLAGS="-g -ggdb3 -O0" ./configure $ make Also, I don't use Netbeans (or any other IDE), but I don't understand