Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Aug 2005 10:57:28 +0000 (10:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Aug 2005 10:57:28 +0000 (10:57 +0000)
commita4773fcbbbf42a25c1037573fbab58aa275b9ed1
tree965b924386052986179eb3717aeab0d82744bd54
parent1e038c4bc6ecc43bdbbe0e66a70001c7fe967bf6
Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
from the command line tool with --ignore-content-length. This will make it
easier to download files from Apache 1.x (and similar) servers that are
still having problems serving files larger than 2 or 4 GB. When this option
is enabled, curl will simply have to wait for the server to close the
connection to signal end of transfer. I wrote test case 269 that runs a
simple test that this works.
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/transfer.c
lib/url.c
lib/urldata.h
src/main.c
tests/data/Makefile.am
tests/data/test269 [new file with mode: 0644]