[svn] Don't read more than the amount of data specified by the content-length

header.  Removed the obsolete "kill_lines" wgetrc var.
This commit is contained in:
hniksic
2005-08-08 15:51:19 -07:00
parent fdb3a03fca
commit b138e352e0
5 changed files with 14 additions and 51 deletions

View File

@@ -2664,12 +2664,6 @@ or @samp{-6}.
@item input = @var{file}
Read the @sc{url}s from @var{string}, like @samp{-i @var{file}}.
@item kill_longer = on/off
Consider data longer than specified in content-length header as invalid
(and retry getting it). The default behavior is to save as much data
as there is, provided there is more than or equal to the value in
@code{Content-Length}.
@item limit_rate = @var{rate}
Limit the download speed to no more than @var{rate} bytes per second.
The same as @samp{--limit-rate=@var{rate}}.