1
0
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:
Micah Cowan 2007-10-04 23:27:19 -07:00
commit 84eba7c587
2 changed files with 6 additions and 1 deletions

View File

@ -32,6 +32,11 @@
* http.c (http_zero): Remove no-longer-used local_size variable. * http.c (http_zero): Remove no-longer-used local_size variable.
Fixes bug #21057. 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> 2007-08-29 Micah Cowan <micah@cowan.name>
* openssl.c (ssl_init): Re un-const-ified the meth local * openssl.c (ssl_init): Re un-const-ified the meth local

View File

@ -2543,7 +2543,7 @@ Remote file does not exist -- broken link!!!\n"));
} }
/* Did we get the time-stamp? */ /* Did we get the time-stamp? */
if (send_head_first && !got_head) if (!got_head)
{ {
bool restart_loop = false; bool restart_loop = false;