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.
2 parents 55e70aa + bc38005 commit 35508fdCopy full SHA for 35508fd
1 file changed
include/curl_easy.h
@@ -356,13 +356,6 @@ namespace curl {
356
/* Max amount of cached alive connections */
357
CURLCPP_DEFINE_OPTION(CURLOPT_MAXCONNECTS, long);
358
359
- /* Renamed / obsoleted since 7.37 */
360
-#if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM > 0x072500
361
- CURLCPP_DEFINE_OPTION(CURLOPT_OBSOLETE72, long); /* OBSOLETE, do not use! */
362
-#else
363
- CURLCPP_DEFINE_OPTION(CURLOPT_CLOSEPOLICY, long);
364
-#endif
365
-
366
/* 73 = OBSOLETE */
367
368
/* Set to explicitly use a new connection for the upcoming transfer.
0 commit comments