-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpClient] Missing response content in profiler after adding retryable http client #38631
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for trying out the beta release. <3 Ping @jderusse, Do you know on the top of your head? or should I try to investigate? |
I'm on it @Nyholm |
Issue is:
When user call The PR opened #38633 |
Lovely. Thank you. @BoShurik Does this patch work for you? |
The simplest way is just to copy the few lines from the PR. If it was a larger PR or your really wanted to do the "proper" way. Then you need to clone symfony/symfony, pull the fork and then use the |
… (jderusse) This PR was squashed before being merged into the 5.x branch. Discussion ---------- [HttpClient] Fix decorating progress info in AsyncResponse | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #38631 | License | MIT | Doc PR | / This PR reverts #38413, and send AsyncContext to onProgress callback. Commits ------- e325f51 [HttpClient] Fix decorating progress info in AsyncResponse
Symfony version(s) affected: 5.2.0-BETA2
Description
Before
After
Is this a bug or expected behaviour?
The text was updated successfully, but these errors were encountered: