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())
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
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
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
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
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
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
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
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