I see the headers :method: POST and :scheme: http in my first gRPC request. However, on my subsequent requests, gRPC is not sending those headers to the server. This happens when using a C++ client and C++ Server.
When I use a Java Client and Java Server, the headers are always present. Also when I use a C++ client and Java Server, the headers are always present. 1. Under what circumstances are these headers omitted by the client? 2. Is there a negotiation going on between the client and the server? 3. Is there a setting to always send these headers to the server? 4. Is this a http2 thing? (I would be surprised if so) Any pointers would be much appreciated. My proto is simple Echo grpc calls. Thanks. -- 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/d2e67a83-a433-483b-9388-e636e6fd57fc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
