freebsd-dev/usr.bin/fetch
Dag-Erling Smørgrav 27274e81b2 Followup to r225599: the fseek() was a no-op since the file was opened
in append mode.  Open it in read-write mode instead.  Also move the
fseek up one level to cover the (unlikely but not impossible) case where
the server accepts ranges but does not send a Content-Size header.

PR:		bin/117277
MFC after:	3 weeks
2011-09-27 15:57:13 +00:00
..
fetch.1 Add support for HTTP 1.1 If-Modified-Since behavior. 2008-12-15 08:27:44 +00:00
fetch.c Followup to r225599: the fseek() was a no-op since the file was opened 2011-09-27 15:57:13 +00:00
Makefile Fixed static linkage. 2010-02-26 09:41:16 +00:00