Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #49301 [HttpClient] Fix data collector (fancyweb)
This PR was merged into the 5.4 branch. Discussion ---------- [HttpClient] Fix data collector | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | - | Tickets | symfony/symfony#49219 | License | MIT | Doc PR | - It fixes HTTP requests not showing anymore in the profiler panel because `lateCollect()` overrides `request_count` to 0. It also fixes the wrong error count. Commits ------- 8ec869e51e [HttpClient] Fix data collector
- Loading branch information