diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index ee9754da8..e731ee900 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -991,8 +991,7 @@ typedef enum { /* Max amount of cached alive connections */ CINIT(MAXCONNECTS, LONG, 71), - /* What policy to use when closing connections when the cache is filled - up */ + /* 72 - DEPRECATED */ CINIT(CLOSEPOLICY, LONG, 72), /* 73 = OBSOLETE */ |