From 61877b569f29ec735e35cf0b52bc1b00ce03078b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 May 2011 00:02:39 +0200 Subject: Corrected comments closepolicy has been deprecated and unused for years --- include/curl/curl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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 */ -- cgit v1.2.3