Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[HttpClient] FixWarning: curl_multi_select(): timeout must be positive#62356

New issue

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

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Jeroeny wants to merge1 commit intosymfony:6.4
base:6.4
Choose a base branch
Loading
fromJeroeny:patch-1

Conversation

@Jeroeny
Copy link
Contributor

@JeroenyJeroeny commentedNov 10, 2025
edited
Loading

QA
Branch?6.4
Bug fix?yes
New feature?no
Deprecations?no
LicenseMIT

Full error text:ErrorException: Warning: curl_multi_select(): timeout must be between 0 and 2147484

Somehow this timeout is a negative float in some cases. I haven't been able to reproduce it manually. Here's an example:

image
ErrorException: Warning: curl_multi_select(): timeout must be between 0 and 2147484#0 /vendor/symfony/http-client/Response/CurlResponse.php(342): Symfony\Component\HttpClient\Response\CurlResponse::select#1 /vendor/symfony/http-client/Response/TransportResponseTrait.php(298): Symfony\Component\HttpClient\Response\CurlResponse::stream#2 /vendor/symfony/http-client/Response/CommonResponseTrait.php(148): Symfony\Component\HttpClient\Response\CurlResponse::initialize#3 /vendor/symfony/http-client/Response/TransportResponseTrait.php(130): Symfony\Component\HttpClient\Response\CurlResponse::doDestruct#4 /vendor/symfony/http-client/Response/CurlResponse.php(242): Symfony\Component\HttpClient\Response\CurlResponse::__destruct#5 /vendor/sentry/sentry/src/Client.php(177): Sentry\Client::captureEvent#6 /vendor/sentry/sentry/src/State/Hub.php(155): Sentry\State\Hub::captureEvent#7 /vendor/sentry/sentry/src/Tracing/Transaction.php(188): Sentry\Tracing\Transaction::finish#8 /vendor/..redacted(): ...::shutdownHandler#9 [internal](0)

Not sure if this is the place to enforce the>=0 float or inhttps://github.com/symfony/symfony/blob/7.4/src/Symfony/Component/HttpClient/Response/CurlResponse.php#L363

@carsonbotcarsonbot added this to the6.4 milestoneNov 10, 2025
@carsonbotcarsonbot changed the titleFix Warning: curl_multi_select(): timeout must be positive Fix Warning: curl_multi_select(): timeout must be positiveNov 10, 2025
@carsonbotcarsonbot changed the title Fix Warning: curl_multi_select(): timeout must be positive[HttpClient] Fix Warning: curl_multi_select(): timeout must be positiveNov 10, 2025
@OskarStarkOskarStark changed the title[HttpClient] Fix Warning: curl_multi_select(): timeout must be positive[HttpClient] FixWarning: curl_multi_select(): timeout must be positiveNov 10, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

6.4

Development

Successfully merging this pull request may close these issues.

3 participants

@Jeroeny@OskarStark@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp