From e649432e7234dfe6905f4663bd0ce7b37ef2c5e7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 14 Apr 2019 23:20:01 +0200 Subject: CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse ... and disconnect too old ones instead of trying to reuse. Default max age is set to 118 seconds. Ref: #3722 Closes #3782 --- docs/TODO | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'docs/TODO') diff --git a/docs/TODO b/docs/TODO index c51a90206..912eefc1a 100644 --- a/docs/TODO +++ b/docs/TODO @@ -35,7 +35,6 @@ 1.16 Try to URL encode given URL 1.17 Add support for IRIs 1.18 try next proxy if one doesn't work - 1.19 Timeout idle connections from the pool 1.20 SRV and URI DNS records 1.21 Have the URL API offer IDN decoding 1.22 CURLINFO_PAUSE_STATE @@ -373,16 +372,6 @@ https://github.com/curl/curl/issues/896 -1.19 Timeout idle connections from the pool - - libcurl currently keeps connections in its connection pool for an indefinite - period of time, until it either gets reused, gets noticed that it has been - closed by the server or gets pruned to make room for a new connection. - - To reduce overhead (especially for when we add monitoring of the connections - in the pool), we should introduce a timeout so that connections that have - been idle for N seconds get closed. - 1.20 SRV and URI DNS records Offer support for resolving SRV and URI DNS records for libcurl to know which -- cgit v1.2.3