Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Automatically regenerate the files #379

Merged
merged 1 commit into from
Aug 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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