I want to add a custom header in request with C++ client using “
*Custom-Metadata”,*
and the header-value pair is fixed。
Acrrording to HTTP2, the header should be cached by client and server, and 
only transfer a  HPACKED header presented by a index-num . but when i check 
the Tcpdump data,  I found the header was not indexed at all.
the version i used : grpc-v1100. 
I checked the source code, and i found that grpc not support custom-header 
to be indexed.
I wander why doed grpc  c++ not  impelement this , and any project to add 
support for indexing custom-header?



-- 
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 grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/61939f09-f6e4-4648-a848-9dfe10b7636en%40googlegroups.com.

Reply via email to