You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#52472 [HttpClient][WebProfilerBundle] Do not generate cURL command when files are uploaded (MatTheCat)
This PR was merged into the 6.3 branch.
Discussion
----------
[HttpClient][WebProfilerBundle] Do not generate cURL command when files are uploaded
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fixsymfony#51366
| License | MIT
I also removed ``@requires` extension openssl` annotations since that does not seem to be the case since symfony#45729.
Failures in AppVeyor occur because double quotes are missing around `--data-raw` values. Possibly related to symfony#52429.
Commits
-------
4503f94 [HttpClient][WebProfilerBundle] Do not generate cURL command when files are uploaded
0 commit comments