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] fix HttpClientDataCollector when handling canceled responses#35562

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

Merged
nicolas-grekas merged 1 commit intosymfony:4.4fromnicolas-grekas:hc-canceled
Feb 3, 2020

Conversation

@nicolas-grekas
Copy link
Member

QA
Branch?4.4
Bug fix?yes
New feature?no
Deprecations?no
TicketsFix#35458
LicenseMIT
Doc PR-

Ousret reacted with thumbs up emoji
nicolas-grekas added a commit that referenced this pull requestFeb 3, 2020
…celed responses (nicolas-grekas)This PR was merged into the 4.4 branch.Discussion----------[HttpClient] fix HttpClientDataCollector when handling canceled responses| Q             | A| ------------- | ---| Branch?       | 4.4| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Tickets       |Fix#35458| License       | MIT| Doc PR        | -Commits-------303f9e5 [HttpClient] fix HttpClientDataCollector when handling canceled responses
@nicolas-grekasnicolas-grekas merged commit303f9e5 intosymfony:4.4Feb 3, 2020
@nicolas-grekasnicolas-grekas deleted the hc-canceled branchFebruary 5, 2020 12:31
@SirSketch
Copy link

@nicolas-grekas I know this has already been merged, but we encountered the same error in the following lines (123) whereurl was also not set in$info

if ($trace['url'] ===$info['url']) {    unset($info['url']);}

-->

if ( ($info['url'] ??null) ===$trace['url']) {    unset($info['url']);}

Have not contributed yet, so i will probably not make the pr myself...

@nicolas-grekas
Copy link
MemberAuthor

You can do it, I promise :)

nicolas-grekas added a commit that referenced this pull requestFeb 11, 2020
…celed responses (thematchless)This PR was merged into the 4.4 branch.Discussion----------[HttpClient] fix HttpClientDataCollector when handling canceled responses| Q             | A| ------------- | ---| Branch?       | 4.4| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Tickets       | -| License       | MIT| Doc PR        | -small addition to the already merged#35562Commits-------7088ef7 [HttpClient] fix HttpClientDataCollector when handling canceled responses
This was referencedFeb 29, 2020
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

4.4

Development

Successfully merging this pull request may close these issues.

4 participants

@nicolas-grekas@SirSketch@maxim-dovydenok@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp