X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=6165534ed5efc4b213fc99a6ce27cfaffe80f146;hp=4c7de37ce89615b1425ea914c0c71d15ab211288;hb=adc0632654a561a27aee90dd7a1862c27b978b16;hpb=36f52a8be0ebb2c9c045ded9038e3b316a611c19 diff --git a/src/ChangeLog b/src/ChangeLog index 4c7de37c..6165534e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -32,7 +32,12 @@ 2007-08-24 Micah Cowan * http.c (http_loop): Introduced time_came_from_head boolean - flag, to help avoid parsing the same Last-Modified header twice, + flag, to help avoid parsing the same Last-Modified header twice. + Replaced spidering returns of RETRUNNEEDED for some situations, + to RETROK, as otherwise it will be interpreted as an error. + RETRUNNEEDED appears never to be referenced outside of + http.c (and wget.h), and, when returned by gethttp, is + translated by http_loop to RETROK. 2007-08-23 Joshua David Williams