From: Micah Cowan Date: Wed, 12 Sep 2007 16:34:14 +0000 (-0700) Subject: Timestamp files, regardless of HEAD X-Git-Tag: v1.13~520^2~1 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=e3dffde871bd13f1b4684b115d7e973724bbc33c Timestamp files, regardless of HEAD --- diff --git a/src/ChangeLog b/src/ChangeLog index 5f598e62..495becdc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-09-12 Micah Cowan + + * http.c (http_loop): Remove send_head_first from condition for + parsing timestamp. + 2007-08-29 Micah Cowan * openssl.c (ssl_init): Re un-const-ified the meth local diff --git a/src/http.c b/src/http.c index 0e292918..b7ca4b51 100644 --- a/src/http.c +++ b/src/http.c @@ -2539,7 +2539,7 @@ Remote file does not exist -- broken link!!!\n")); } /* Did we get the time-stamp? */ - if (send_head_first && !got_head) + if (!got_head) { bool restart_loop = false;