From: Micah Cowan Date: Fri, 5 Oct 2007 06:23:35 +0000 (-0700) Subject: Automated merge with file:/home/micah/devel/wget/eleven X-Git-Tag: v1.13~520^2 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=53d0aff795316dc1a4b785632f0d4d93c861e9cb;hp=7d33170f7fb9820bf0fb44733590948b12141d69 Automated merge with file:/home/micah/devel/wget/eleven --- diff --git a/src/ChangeLog b/src/ChangeLog index c6fc6564..68e34e5c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -26,6 +26,11 @@ * http.c (http_zero): Remove no-longer-used local_size variable. Fixes bug #21057. +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 d723a310..b82abdda 100644 --- a/src/http.c +++ b/src/http.c @@ -2543,7 +2543,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;