diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-03-25 23:55:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-03-27 00:36:09 +0200 |
commit | 2bd8e684a4ca6614b49c10316146ede92d12bebf (patch) | |
tree | 85248b8b9e48aa7988954207094e16e54a4bdb80 /docs/TODO | |
parent | d267dd2c1308daa794055cd2817773f5597217f0 (diff) |
TODO: connection cache sharing is now supporte
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -200,8 +200,7 @@ 1.2 More data sharing curl_share_* functions already exist and work, and they can be extended to - share more. For example, enable sharing of the ares channel and the - connection cache. + share more. For example, enable sharing of the ares channel. 1.3 struct lifreq |