Commit ecda6e7
committed
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 collector1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments