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. * * *