]> git.ipfire.org Git - thirdparty/curl.git/commit
setopt: enable CURLOPT_IGNORE_CONTENT_LENGTH for hyper
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Aug 2021 07:58:54 +0000 (09:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Aug 2021 09:23:17 +0000 (11:23 +0200)
commit46d4373ea7a0c2306daacdfb5825862cd94ff764
tree4ae9521b87d0ccf4165c5a40092f75c91222a557
parent0854781c18c792c6ccb9ca9160745ca10ac735e4
setopt: enable CURLOPT_IGNORE_CONTENT_LENGTH for hyper

Since this option is also used for FTP, it needs to work to set for
applications even if hyper doesn't support it for HTTP. Verified by test
1137.

Updated docs to specify that the option doesn't work for HTTP when using
the hyper backend.

Closes #7614
docs/cmdline-opts/ignore-content-length.d
docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3
lib/setopt.c
tests/data/DISABLED