XiaoYingGee opened a new pull request, #3061: URL: https://github.com/apache/brpc/pull/3061
## Problem When using ParallelChannel, HTTP headers set on the parent controller (e.g., Authorization headers) are lost during sub-calls because they are not propagated to the sub-controllers. ## Solution - Propagate all HTTP headers from parent controller to each sub-controller - Preserve application-set headers (like Authorization) on each sub-call - Maintain backward compatibility -- 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