BugFix: connection can't send data while http async stream write empty data. by weimch · Pull Request #146 · trpc-group/trpc-cpp

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@weimch

Copy link Copy Markdown

Contributor

@weimch weimch commented

Jun 27, 2024

  • At content-length mode, invoking WriteDone of http async stream will write empty data to connection so that TcpClientConnection canculate wrong io_msgs_ size.
…y data.

- At content-length mode, invoking WriteDone of http async stream will write empty data to connection so that TcpClientConnection canculate wrong io_msgs_ size.

@helloopenworld helloopenworld merged commit 7b33450 into trpc-group:main

Jun 27, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@helloopenworld helloopenworld helloopenworld approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@weimch @helloopenworld