]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLOPT_NOBODY.3: clarify what setting to 0 means
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Jul 2020 09:54:29 +0000 (11:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Jul 2020 17:34:53 +0000 (19:34 +0200)
commite1bac81cc815f3fe968e009eb69b8e0236dcd82c
treedcc6f43a4c6e495c1c630351dfda60b18fbdfa48
parent91cb16b21faa556d4467399781379ad3abafd3fe
CURLOPT_NOBODY.3: clarify what setting to 0 means

... and mention that HTTP with other methods than HEAD might get a body and
there's no option available to stop that.

Closes #5729
docs/libcurl/opts/CURLOPT_NOBODY.3