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:
parent
6eb01fc2ce
commit
e3dffde871
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user