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 #62153 [HttpFoundation] Fix issue where ServerEvent with "0" data is not sent (santysisi)
This PR was merged into the 7.3 branch.
Discussion
----------
[HttpFoundation] Fix issue where ServerEvent with "0" data is not sent
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#62151
| License | MIT
Fixes an issue where data with a string value of '0' was not being sent correctly. This update ensures that the '0' string is handled properly when sending data.
Commits
-------
b81271e [HttpFoundation] Fix issue where ServerEvent with "0" data is not sent
0 commit comments