mirror of
https://github.com/Corsinvest/cv4pve-api-php.git
synced 2026-04-25 04:25:48 +03:00
[PR #31] [MERGED] Add Timeout for cURL #37
Labels
No labels
enhancement
needs investigation
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-php#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Corsinvest/cv4pve-api-php/pull/31
Author: @noxomix
Created: 2/27/2024
Status: ✅ Merged
Merged: 2/28/2024
Merged by: @franklupo
Base:
master← Head:master📝 Commits (2)
48adbc6Add Timeout for curl into the PveClientBase | using CURLOPT_TIMEOUT_MS-parameterb890fc8Added test | Changed from MS to S for compatibility | Add doc📊 Changes
3 files changed (+39 additions, -0 deletions)
View changed files
📝
README.md(+4 -0)📝
src/PveClientBase.php(+32 -0)📝
tests/test.php(+3 -0)📄 Description
setTimeout()returns now $this for support of method-chaining.CURLOPT_TIMEOUT_MSnow usingCURLOPT_TIMEOUTfor compatibility.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.