This is an automated email from the ASF dual-hosted git repository.
guangmingchen 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 5c8bd064 Fix double free messages in baidu-
chenBright merged PR #2924:
URL: https://github.com/apache/brpc/pull/2924
--
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.or
yanglimingcn closed issue #2913: -DWITH_GLOG=ON 开启后,link 报错
URL: https://github.com/apache/brpc/issues/2913
--
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-ma
chenBright opened a new pull request, #2924:
URL: https://github.com/apache/brpc/pull/2924
### What problem does this PR solve?
Issue Number:
Problem Summary:
SendRpcResponse中会统一归还messages,不需要在ProcessRpcRequest中提前归还。
### What is changed and the side effects?
wwbmmm commented on code in PR #2923:
URL: https://github.com/apache/brpc/pull/2923#discussion_r2008994921
##
src/brpc/server.h:
##
@@ -601,6 +601,16 @@ class Server {
int MaxConcurrencyOf(google::protobuf::Service* service,
const butil::StringPiec
wwbmmm commented on PR #2924:
URL: https://github.com/apache/brpc/pull/2924#issuecomment-2745977987
LGTM
--
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-m