Skip to content

Fix a bug when sending streams #371

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

Merged
merged 1 commit into from
May 16, 2025
Merged

Fix a bug when sending streams #371

merged 1 commit into from
May 16, 2025

Conversation

an-tao
Copy link
Owner

@an-tao an-tao commented May 14, 2025

No description provided.

@an-tao an-tao requested review from Copilot, marty1885 and hwc0919 May 14, 2025 08:38
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes an issue with stream sending behavior in TcpConnectionImpl by adjusting the control flow when adding nodes to the write buffer list.

  • Introduces an 'else' branch that pushes a node to the write buffer list without an early return.
  • Modifies the control flow to allow additional processing after node insertion in one branch.

@an-tao an-tao merged commit 50c3620 into master May 16, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants