We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdfb67 commit ec7f54dCopy full SHA for ec7f54d
include/curl_easy.h
@@ -351,7 +351,12 @@ namespace curl {
351
/* Max amount of cached alive connections */
352
CURLCPP_DEFINE_OPTION(CURLOPT_MAXCONNECTS, long);
353
354
+ /* Renamed / obsoleted since 7.37 */
355
+#if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM > 0x072500
356
CURLCPP_DEFINE_OPTION(CURLOPT_OBSOLETE72, long); /* OBSOLETE, do not use! */
357
+#else
358
+ CURLCPP_DEFINE_OPTION(CURLOPT_CLOSEPOLICY, long);
359
+#endif
360
361
/* 73 = OBSOLETE */
362
0 commit comments