aboutsummaryrefslogtreecommitdiff
path: root/include/curl/curl.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-05-05 00:02:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-05-05 00:02:39 +0200
commit61877b569f29ec735e35cf0b52bc1b00ce03078b (patch)
tree4a422bf181585d102d7154f302ed48e529e0bdff /include/curl/curl.h
parentdc15a88076c82aabfd0340bc2eb4ef4086b38cb4 (diff)
Corrected comments
closepolicy has been deprecated and unused for years
Diffstat (limited to 'include/curl/curl.h')
-rw-r--r--include/curl/curl.h3
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 */