[GitHub] [incubator-brpc] flowold commented on issue #1609: 支持dubbo协议

2021-11-21 Thread GitBox
flowold commented on issue #1609: URL: https://github.com/apache/incubator-brpc/issues/1609#issuecomment-974615704 -- 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 unsubs

[GitHub] [incubator-brpc] flowold removed a comment on issue #1609: 支持dubbo协议

2021-11-21 Thread GitBox
flowold removed a comment on issue #1609: URL: https://github.com/apache/incubator-brpc/issues/1609#issuecomment-974615704 > 使用brpc作为server端,远端java服务通过dubbo访问server。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

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

2021-11-21 Thread tan zhongyi
Good job, Please go on. Best wishes, jerry 在 2021/11/19 下午10:57,“Lorin Lee” 写入: Hi all, The vote to release Apache brpc (Incubating) 1.0.0 has passed. The vote PASSED with 4 binding +1, 0 non binding +1 and 0 -1 votes: Binding votes: - Wei Wang - Jiashun Zhu

[GitHub] [incubator-brpc] emmettwu closed pull request #1611: Implement streaming lz4 compession

2021-11-21 Thread GitBox
emmettwu closed pull request #1611: URL: https://github.com/apache/incubator-brpc/pull/1611 -- 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-un

[GitHub] [incubator-brpc] dylanzhang commented on issue #1610: 在brpc server中返回204时,body不为空

2021-11-21 Thread GitBox
dylanzhang commented on issue #1610: URL: https://github.com/apache/incubator-brpc/issues/1610#issuecomment-975174580 请问一下,这个在后续迭代中有计划要升级吗? -- 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 sp

[GitHub] [incubator-brpc] dylanzhang commented on issue #1610: 在brpc server中返回204时,body不为空

2021-11-21 Thread GitBox
dylanzhang commented on issue #1610: URL: https://github.com/apache/incubator-brpc/issues/1610#issuecomment-975174731 > > > ```c++ > > > if (some_condition) { > > > cntl->http_response().set_status_code(brpc::HTTP_STATUS_NO_CONTENT); > > > return ; > > > } > > > ```

[GitHub] [incubator-brpc] dylanzhang removed a comment on issue #1610: 在brpc server中返回204时,body不为空

2021-11-21 Thread GitBox
dylanzhang removed a comment on issue #1610: URL: https://github.com/apache/incubator-brpc/issues/1610#issuecomment-975174580 请问一下,这个在后续迭代中有计划要升级吗? -- 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 t

[GitHub] [incubator-brpc] serverglen commented on issue #1610: 在brpc server中返回204时,body不为空

2021-11-21 Thread GitBox
serverglen commented on issue #1610: URL: https://github.com/apache/incubator-brpc/issues/1610#issuecomment-975191028 > 我理解可以在框架中兼容下,你要是着急的话可以自己改,然后提个PR。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-brpc] serverglen removed a comment on issue #1610: 在brpc server中返回204时,body不为空

2021-11-21 Thread GitBox
serverglen removed a comment on issue #1610: URL: https://github.com/apache/incubator-brpc/issues/1610#issuecomment-975191028 > 我理解可以在框架中兼容下,你要是着急的话可以自己改,然后提个PR。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-brpc] serverglen commented on issue #1610: 在brpc server中返回204时,body不为空

2021-11-21 Thread GitBox
serverglen commented on issue #1610: URL: https://github.com/apache/incubator-brpc/issues/1610#issuecomment-975191596 > > > > ```c++ > > > > if (some_condition) { > > > > cntl->http_response().set_status_code(brpc::HTTP_STATUS_NO_CONTENT); > > > > return ; > > > > } >