Skip to content

Commit

Permalink
Automatically regenerate the files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharhamel authored Aug 11, 2022
1 parent 0653752 commit e558b21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions generated/curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
*
*
Expand Down

0 comments on commit e558b21

Please # to comment.