From e558b21f8f5845e2dea7d75cab6ee92cd26a7365 Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Thu, 11 Aug 2022 03:27:50 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/curl.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/generated/curl.php b/generated/curl.php index 027ac28e..11d4c6e1 100644 --- a/generated/curl.php +++ b/generated/curl.php @@ -1576,9 +1576,8 @@ function curl_multi_setopt(\CurlMultiHandle $multi_handle, int $option, $value): * CURLOPT_MAXCONNECTS * * The maximum amount of persistent connections that are allowed. - * When the limit is reached, - * CURLOPT_CLOSEPOLICY is used to determine - * which connection to close. + * When the limit is reached, the oldest one in the cache is closed + * to prevent increasing the number of open connections. * * *