1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Timestamp files, regardless of HEAD

This commit is contained in:
Micah Cowan 2007-09-12 09:34:14 -07:00
parent 6eb01fc2ce
commit e3dffde871
2 changed files with 6 additions and 1 deletions

View 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

View 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;