Hi,

I'm trying to  make a grpc dial on the client side with my own user-agent 
string. So I'm using the WithUserAgent option as shown below:

dialWithUserAgent := grpc.Dial("target", grpc.WithUserAgent("user-agent"))

However, when I extract this from the server side (from the context - 
metadata), I have the "grpc-go/1.10.0" getting appended with my 
"user-agent". Is there a way for me to avoid this?

 My current user-agent string from the context looks like this:

user-agent:[user-agent grpc-go/1.10.0]]

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/e03eabec-5ad2-44e5-a658-f116475d6458%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to