Hi, Comparing the behavior of wget 1.11 and wget 1.10, in wget 1.11 using wget -nc url still sends a GET request to the server while this does not happen is wget 1.10.
My question is how do I turn off this behavior? Looking at the code in http.c I do not see any flag to turn off the creation of a new request (in line 1434). Thanks in advance. --- Charles
