]> sjero.net Git - wget/commitdiff
Timestamp files, regardless of HEAD
authorMicah Cowan <micah@cowan.name>
Wed, 12 Sep 2007 16:34:14 +0000 (09:34 -0700)
committerMicah Cowan <micah@cowan.name>
Wed, 12 Sep 2007 16:34:14 +0000 (09:34 -0700)
src/ChangeLog
src/http.c

index 5f598e628159d2bf7d769aec19e2714546052770..495becdc5804d08df154e031e03e1539d9358009 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-12  Micah Cowan  <micah@cowan.name>
+
+       * http.c (http_loop): Remove send_head_first from condition for
+       parsing timestamp.
+
 2007-08-29  Micah Cowan  <micah@cowan.name>
 
        * openssl.c (ssl_init): Re un-const-ified the meth local
index 0e292918612a0fa861c9b8365b637303dfa2678a..b7ca4b51b0693e0bbbfe2f41f5b0b6ccc781d1f5 100644 (file)
@@ -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;