Skip to content

Conversation

@santysisi
Copy link
Contributor

@santysisi santysisi commented Oct 24, 2025

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.

@carsonbot carsonbot added this to the 7.4 milestone Oct 24, 2025
@santysisi santysisi changed the base branch from 7.4 to 7.3 October 24, 2025 21:00
@santysisi santysisi force-pushed the fix/server-event-with-0-data-is-not-send branch from 21ff950 to 17f82e0 Compare October 24, 2025 21:11
@santysisi santysisi changed the title [HttpFoundation] fix ServerEvent with "0" data is not send [HttpFoundation] Fix issue where ServerEvent with "0" data is not sent Oct 24, 2025
@santysisi santysisi force-pushed the fix/server-event-with-0-data-is-not-send branch from 17f82e0 to b81271e Compare October 24, 2025 21:42
@nicolas-grekas nicolas-grekas modified the milestones: 7.4, 7.3 Oct 25, 2025
@symfony symfony deleted a comment from carsonbot Oct 25, 2025
@nicolas-grekas
Copy link
Member

Thank you @santysisi.

@nicolas-grekas nicolas-grekas merged commit 42bad65 into symfony:7.3 Oct 25, 2025
11 checks passed
@fabpot fabpot mentioned this pull request 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.

If you send a ServerEvent with '0' as data, it will not producte 'data: 0'

4 participants