Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
authorDaniel Stenberg <daniel@haxx.se>
Thu, 27 Oct 2005 12:05:36 +0000 (12:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Oct 2005 12:05:36 +0000 (12:05 +0000)
commit9d152a77fd4b2c64db4631119103bbc13385945f
tree136ebafa21988ae0087c099d2928adc552deb0f4
parent33dc28b90514657eb13a4c029a9cc51d5041a8a4
Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
in the man page, curl would send an invalid HTTP Range: header. The correct
way would be to use "-r [number]-" or even "-r -[number]". Starting now,
curl will warn if this is discovered, and automatically append a dash to the
range before passing it to libcurl.
CHANGES
RELEASE-NOTES
docs/curl.1
src/main.c