]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: setting a disabled option should return CURLE_NOT_BUILT_IN
authorDaniel Stenberg <daniel@haxx.se>
Tue, 3 Dec 2024 16:15:06 +0000 (17:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Dec 2024 06:07:43 +0000 (07:07 +0100)
Reported-by: Jeroen Ooms
Closes #15472
Closes #15675

docs/KNOWN_BUGS

index 5a1e5eeaada32778160840c561d605bda4a399ac..606fa66f07083f58c5178b902f9940be9c8ac152 100644 (file)
@@ -78,6 +78,7 @@ problems may have been fixed or changed somewhat since this was written.
  11.6 test cases sometimes timeout
  11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy
  11.8 WinIDN test failures
+ 11.9 setting a disabled option should return CURLE_NOT_BUILT_IN
 
  12. LDAP
  12.1 OpenLDAP hangs after returning results
@@ -495,6 +496,15 @@ problems may have been fixed or changed somewhat since this was written.
 
  Test 165 disabled when built with WinIDN.
 
+11.9 setting a disabled option should return CURLE_NOT_BUILT_IN
+
+ When curl has been built with specific features or protocols disabled,
+ setting such options with curl_easy_setopt() should rather return
+ CURLE_NOT_BUILT_IN instead of CURLE_UNKNOWN_OPTION to signal the difference
+ to the application
+
+ See https://github.com/curl/curl/issues/15472
+
 12. LDAP
 
 12.1 OpenLDAP hangs after returning results