Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix StreamPeerExtension::put_partial_data() to call _put_partial_data() #100318

Merged

Conversation

dsnopek
Copy link
Contributor

@dsnopek dsnopek commented Dec 12, 2024

On #99933, @Bromeon used some regexes to try and find virtual functions that are registered but never called.

This turned up StreamPeerExtension's _put_partial_data(): it looks like it was erroneously calling _put_data() rather than _put_partial_data(). Probably a copy-paste type-o :-)

This PR fixes it to correctly call _put_partial_data()!

@dsnopek dsnopek added bug topic:gdextension topic:network cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release labels Dec 12, 2024
@dsnopek dsnopek added this to the 4.x milestone Dec 12, 2024
@dsnopek dsnopek requested review from a team December 12, 2024 14:35
@dsnopek dsnopek requested a review from a team as a code owner December 12, 2024 14:35
Copy link
Collaborator

@Faless Faless left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely spotted, thanks!

Copy link
Contributor

@Bromeon Bromeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 😊

@Repiteo Repiteo modified the milestones: 4.x, 4.4 Dec 12, 2024
@Repiteo Repiteo merged commit ba2c5c1 into godotengine:master Dec 12, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Dec 12, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release topic:gdextension topic:network
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants