diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-05-05 00:02:39 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-05-05 00:02:39 +0200 |
commit | 61877b569f29ec735e35cf0b52bc1b00ce03078b (patch) | |
tree | 4a422bf181585d102d7154f302ed48e529e0bdff /include | |
parent | dc15a88076c82aabfd0340bc2eb4ef4086b38cb4 (diff) | |
download | curl-61877b569f29ec735e35cf0b52bc1b00ce03078b.tar.gz |
Corrected comments
closepolicy has been deprecated and unused for years
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 */ |