mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Automated merge with file:/home/micah/devel/wget/timestamp-on-get
This commit is contained in:
commit
84eba7c587
@ -32,6 +32,11 @@
|
||||
* http.c (http_zero): Remove no-longer-used local_size variable.
|
||||
Fixes bug #21057.
|
||||
|
||||
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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user