beesflower commented on code in PR #2943:
URL: https://github.com/apache/brpc/pull/2943#discussion_r2033382344


##########
src/brpc/selective_channel.cpp:
##########
@@ -334,7 +334,11 @@ int Sender::IssueRPC(int64_t start_realtime_us) {
     sub_cntl->set_request_code(_main_cntl->request_code());
     // Forward request attachment to the subcall
     sub_cntl->request_attachment().append(_main_cntl->request_attachment());
-    
+    for (auto iter = _main_cntl->http_request().HeaderBegin();

Review Comment:
   是的,已经重新提交了。谢谢view



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

Reply via email to