From: Micah Cowan Date: Fri, 5 Oct 2007 06:27:19 +0000 (-0700) Subject: Automated merge with file:/home/micah/devel/wget/timestamp-on-get X-Git-Tag: v1.13~520 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=84eba7c58717501f69e5e7c3f1b5e5c10a16eb2b;hp=2e3e06cdd0d8a62caad50c7e4945b8d8643da77d Automated merge with file:/home/micah/devel/wget/timestamp-on-get --- diff --git a/src/ChangeLog b/src/ChangeLog index d6657e17..e6e4d480 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -32,6 +32,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;