[GitHub] [incubator-brpc] zyearn commented on a change in pull request #1529: Set hostname rather than ip when channel Init by hostname but not host in http_requst().uri()

2021-08-27 Thread GitBox
zyearn commented on a change in pull request #1529: URL: https://github.com/apache/incubator-brpc/pull/1529#discussion_r697710081 ## File path: src/brpc/channel.cpp ## @@ -332,6 +333,7 @@ int Channel::Init(const char* ns_url, NULL,

[GitHub] [incubator-brpc] guodongxiaren commented on pull request #1529: Set hostname rather than ip when channel Init by hostname but not host in http_requst().uri()

2021-08-27 Thread GitBox
guodongxiaren commented on pull request #1529: URL: https://github.com/apache/incubator-brpc/pull/1529#issuecomment-907301176 @zyearn 修改了,但是CI的UT测试不稳定。在我没涉及的地方出问题,而且每次不一样。。 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [VOTE] Release Apache brpc (Incubating) 1.0.0-rc02

2021-08-27 Thread Jerry Tan
hi, lorin you can close this vote as passed, and continue to vote in incubator mail list。 thanks On 2021/08/24 07:57:47, 牟盖东 wrote: > +1 > > Juan Pan 于2021年8月24日周二 下午3:56写道: > > > Hi +1. My check list, > > > > [x] Download links are valid. > > > > [x] Checksums and PGP signatures are valid.

[GitHub] [incubator-brpc] guodongxiaren closed pull request #1529: Set hostname rather than ip when channel Init by hostname but not host in http_requst().uri()

2021-08-27 Thread GitBox
guodongxiaren closed pull request #1529: URL: https://github.com/apache/incubator-brpc/pull/1529 -- 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:

[GitHub] [incubator-brpc] guodongxiaren edited a comment on issue #1537: protobuf 版本问题

2021-08-27 Thread GitBox
guodongxiaren edited a comment on issue #1537: URL: https://github.com/apache/incubator-brpc/issues/1537#issuecomment-904312309 ``` strings libprotobuf.so|grep Print ``` 看能不能搜到符号,然后把搜到的符号用c++fit命令解析一下。看看参数类型有没有cxx11的命名空间 -- This is an automated message from the Apache Git

[GitHub] [incubator-brpc] hiberabyss opened a new issue #1541: [FeatureRequest] Support send request with pbtxt body

2021-08-27 Thread GitBox
hiberabyss opened a new issue #1541: URL: https://github.com/apache/incubator-brpc/issues/1541 现在 brpc 支持 json 格式发送 http 请求,能支持基于 pbtxt 的格式发送请求么? -- 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