You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/07/24 08:17:20 UTC

[GitHub] [incubator-brpc] jamesge commented on issue #1180: example的http_c++的例子中,http_server 段错误

jamesge commented on issue #1180:
URL: https://github.com/apache/incubator-brpc/issues/1180#issuecomment-663403982


   [已修复](https://github.com/apache/incubator-brpc/commit/2071a22c7f8ca4dfd47b1f0b607737082b66c865), 原因是返回的ProgressiveAttachment没有在rpc结束前用intrusive_ptr接住,而在rpc结束时直接被删除了。目前改为创建时就直接返回intrusive_ptr<ProgressiveAttachment>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org