Re: [PR] add headers to sub cntl. (brpc)

2025-04-07 Thread via GitHub
chenBright commented on code in PR #2943: URL: https://github.com/apache/brpc/pull/2943#discussion_r2031678375 ## src/brpc/selective_channel.cpp: ## @@ -334,7 +334,11 @@ int Sender::IssueRPC(int64_t start_realtime_us) { sub_cntl->set_request_code(_main_cntl->request_code())

Re: [PR] iobuf support reserve_aligned (brpc)

2025-04-07 Thread via GitHub
wwbmmm commented on code in PR #2942: URL: https://github.com/apache/brpc/pull/2942#discussion_r2032253068 ## src/butil/iobuf.cpp: ## @@ -1371,6 +1371,41 @@ IOBuf::Area IOBuf::reserve(size_t count) { return result; } +IOBuf::Area IOBuf::reserve_aligned(size_t n, size_t a

Re: [PR] iobuf support reserve_aligned (brpc)

2025-04-07 Thread via GitHub
yanglimingcn commented on code in PR #2942: URL: https://github.com/apache/brpc/pull/2942#discussion_r2031323015 ## src/butil/iobuf.cpp: ## @@ -1371,6 +1371,41 @@ IOBuf::Area IOBuf::reserve(size_t count) { return result; } +IOBuf::Area IOBuf::reserve_aligned(size_t n, si

Re: [PR] iobuf support reserve_aligned (brpc)

2025-04-07 Thread via GitHub
yanglimingcn commented on code in PR #2942: URL: https://github.com/apache/brpc/pull/2942#discussion_r2031323015 ## src/butil/iobuf.cpp: ## @@ -1371,6 +1371,41 @@ IOBuf::Area IOBuf::reserve(size_t count) { return result; } +IOBuf::Area IOBuf::reserve_aligned(size_t n, si

Re: [PR] iobuf support reserve_aligned (brpc)

2025-04-07 Thread via GitHub
yanglimingcn commented on code in PR #2942: URL: https://github.com/apache/brpc/pull/2942#discussion_r2031323015 ## src/butil/iobuf.cpp: ## @@ -1371,6 +1371,41 @@ IOBuf::Area IOBuf::reserve(size_t count) { return result; } +IOBuf::Area IOBuf::reserve_aligned(size_t n, si

Re: [PR] Fix class data for protobuf v27+ (brpc)

2025-04-07 Thread via GitHub
wasphin merged PR #2941: URL: https://github.com/apache/brpc/pull/2941 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

Re: [PR] iobuf support reserve_aligned (brpc)

2025-04-07 Thread via GitHub
wwbmmm commented on code in PR #2942: URL: https://github.com/apache/brpc/pull/2942#discussion_r2031245690 ## src/butil/iobuf.cpp: ## @@ -1371,6 +1371,41 @@ IOBuf::Area IOBuf::reserve(size_t count) { return result; } +IOBuf::Area IOBuf::reserve_aligned(size_t n, size_t a

Re: [I] some function not work in protobuf v5 (brpc)

2025-04-07 Thread via GitHub
wasphin closed issue #2917: some function not work in protobuf v5 URL: https://github.com/apache/brpc/issues/2917 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

(brpc) branch master updated: Fix class data for protobuf v27+ (#2941)

2025-04-07 Thread xiaofeng
This is an automated email from the ASF dual-hosted git repository. xiaofeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git The following commit(s) were added to refs/heads/master by this push: new 724e2fdc Fix class data for protobuf v27+ (#2941