mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Parse html from files when -r -nc is active.
This commit is contained in:
parent
886cc094e1
commit
202caab4c2
@ -1,3 +1,8 @@
|
||||
2008-04-27 Rabin Vincent <rabin@rab.in>
|
||||
|
||||
* http.c (http_loop): Fix return for the case where we don't
|
||||
download a file because of -nc.
|
||||
|
||||
2008-04-27 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* url.c (path_simplify): Go back to allowing leading ".." in
|
||||
|
@ -2389,7 +2389,8 @@ File `%s' already there; not retrieving.\n\n"),
|
||||
if (has_html_suffix_p (hstat.local_file))
|
||||
*dt |= TEXTHTML;
|
||||
|
||||
return RETRUNNEEDED;
|
||||
ret = RETROK;
|
||||
goto exit;
|
||||
}
|
||||
|
||||
/* Reset the counter. */
|
||||
|
Loading…
Reference in New Issue
Block a user