BugFix: connection can't send data while http async stream write empty data. by weimch · Pull Request #146 · trpc-group/trpc-cpp
Navigation Menu
{{ message }}
trpc-group / trpc-cpp Public
- Notifications You must be signed in to change notification settings
- Fork 107
Merged
helloopenworld merged 1 commit intotrpc-group:mainfrom
Jun 27, 2024Merged
BugFix: connection can't send data while http async stream write empty data.#146
helloopenworld merged 1 commit intotrpc-group:mainfrom
BugFix: connection can't send data while http async stream write empty data.#146
helloopenworld merged 1 commit intotrpc-group:mainfrom
Conversation
Copy link Copy Markdown
Contributor
weimch
commented
Jun 27, 2024
weimch
commented
- 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 approved these changes Jun 27, 2024
helloopenworld
merged commit
7b33450
into
trpc-group:main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment