Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/10/1999 16:56:14
Module Name:	basesrc
Committed By:	lukem
Date:		Sat Dec 11 00:56:14 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: fetch.c

Log Message:
Fix chunked support; probably broke after rate limiting was added.
Problem noticed/debugging assisted by giles lean <giles@nemeton.com.au>.

XXX: rate limiting with chunked xfers might not limit correctly (i.e,
the limit may be too high or too low); fixing this is non trivial,
and will probably occur if i ever rototill fetch_url()


To generate a diff of this commit:
cvs rdiff -r1.100 -r1.101 basesrc/usr.bin/ftp/fetch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.