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 #47358 Fix broken request stack state if throwable is thrown. (Warxcell)
This PR was merged into the 4.4 branch.
Discussion
----------
Fix broken request stack state if throwable is thrown.
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | N/A
| License | MIT
| Doc PR | N/A
When using long-running server (like roadrunner) if Throwable is thrown - requestStack is never pop out and it stays in broken state and next requests receive previous request object.
Commits
-------
e35d6ba Fix RequestStack state if throwable is thrown
0 commit comments