]> sjero.net Git - wget/blobdiff - doc/wget.texi
[svn] Don't read more than the amount of data specified by the content-length
[wget] / doc / wget.texi
index 1f8344ee4e06eb68ff4c45871026a89c837b6f5a..cf41dc01bfd06118d39ce7248c5a9cb8955dc86a 100644 (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}}.