[GitHub] [incubator-brpc-website] Huixxi merged pull request #85: Asf site

2022-08-06 Thread GitBox


Huixxi merged PR #85:
URL: https://github.com/apache/incubator-brpc-website/pull/85


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

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


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



[incubator-brpc] branch master updated: Fix(h2 protocol): ProcessHttpRequest

2022-08-06 Thread jiashunzhu
This is an automated email from the ASF dual-hosted git repository.

jiashunzhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
 new a5aa7768 Fix(h2 protocol): ProcessHttpRequest
 new ff6c5227 Merge pull request #1868 from dandyhuang/master
a5aa7768 is described below

commit a5aa7768389280b3795e076ea942d2167e5bd415
Author: dandyhuang 
AuthorDate: Tue Aug 2 15:52:51 2022 +0800

Fix(h2 protocol): ProcessHttpRequest
---
 src/brpc/policy/http_rpc_protocol.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/brpc/policy/http_rpc_protocol.cpp 
b/src/brpc/policy/http_rpc_protocol.cpp
index 09ff9a8d..22b79ca9 100644
--- a/src/brpc/policy/http_rpc_protocol.cpp
+++ b/src/brpc/policy/http_rpc_protocol.cpp
@@ -1275,7 +1275,7 @@ void ProcessHttpRequest(InputMessageBase *msg) {
 .set_remote_side(user_addr)
 .set_local_side(socket->local_side())
 .set_auth_context(socket->auth_context())
-.set_request_protocol(PROTOCOL_HTTP)
+.set_request_protocol(is_http2 ? PROTOCOL_H2 : PROTOCOL_HTTP)
 .set_begin_time_us(msg->received_us())
 .move_in_server_receiving_sock(socket_guard);
 


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



[GitHub] [incubator-brpc] zyearn merged pull request #1868: Fix(h2 protocol): ProcessHttpRequest

2022-08-06 Thread GitBox


zyearn merged PR #1868:
URL: https://github.com/apache/incubator-brpc/pull/1868


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

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


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



Re: Introduction of ApacheCon Asia 2022 RPC trackes

2022-08-06 Thread Wang Xiaofeng
Great, looking forward for the introduction and related playbacks.

Best regards,
Xiaofeng

On 2022/08/06 03:49:00 Jerry Tan wrote:
> In the following days, I will introduce these sessions one by one。
> 
> 
> On 2022/08/05 14:27:09 zhongyi tan wrote:
> > https://apachecon.com/acasia2022/tracks/rpc.html
> > 
> > here is the introduction of this track.
> > 
> > RPC (Remote Procedure Call) is one of the key solutions of the distributed
> > architecture aiming to solve the cross-process and cross-host
> > communication. It has been the core technology behind the widely running
> > distributed system since the invention of distributed architecture and RPC.
> > Standing in the era of Cloud Computing, especially the development of
> > Microservices, Cloud Native, and other popular architectures, RPC began to
> > play a more important role than ever before.
> > 
> > This forum focus on high-performance, high-extensible RPC frameworks as
> > well as their use cases.
> > 
> > The topics suitable but not restricted for this forum are as follows:
> > 
> >1. RPC frameworks focusing on solving the communicating issues in
> >distributed systems, such as RPC, Dubbo, ServiceComb, Thrift, etc., 
> > sharing
> >of feature evolution, performance optimization, and others are welcomed.
> >2. Projects that play as middleware or infrastructure in distributed
> >systems and are directly or closely related to RPC frameworks, such as
> >APISIX, Shenyu, Skywalking, etc.
> >3. Usecases or experiences with RPC frameworks powered by the ASF, such
> >as practices on bRPC and Dubbo.
> > 
> >I will introduce these tracks which are related with brpc later.
> > 
> > thanks
> > 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> For additional commands, e-mail: dev-h...@brpc.apache.org
> 
> 

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