8000 [WebProfilerBundle] ”finish” errored requests by MatTheCat · Pull Request #61960 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@MatTheCat
Copy link
Contributor
Q A
Branch? 6.4
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #61923
License MIT

If one request errors out before the toolbar is loaded, it won’t be “finished” because it won’t have a duration:

if (requestStack[i].duration) {
finishAjaxRequest(i);
}

Its timer will then keep on ticking.

@carsonbot
Copy link

Hey!

Thanks for your PR. You are targeting branch "7.4" but it seems your PR description refers to branch "6.4".
Could you update the PR description or change target branch? This helps core maintainers a lot.

Cheers!

Carsonbot

@chalasr chalasr modified the milestones: 7.4, 6.4 Oct 5, 2025
@fabpot
Copy link
Member
fabpot commented Oct 6, 2025

Thank you @MatTheCat.

@fabpot fabpot merged commit 026f62a into symfony:6.4 Oct 6, 2025
6 of 13 checks passed
@MatTheCat MatTheCat deleted the ticket_61923 branch October 6, 2025 12:49
This was referenced Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[WebProfilerBundle] AJAX requests time keeps loading and status is not updated after a requests is canceled

5 participants

0