aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-09-05 18:16:13 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-09-05 18:16:13 -0700
commit16f53ff583c23b3b2a260ba0935fd0c30b479acf (patch)
treefb94fe0c927a50a5608edac4d01d8dc7ac95eeff /include/grpc
parentc9e300d5b044351c6e09221b09ba49e53d211643 (diff)
Surface user agent by default
Diffstat (limited to 'include/grpc')
-rw-r--r--include/grpc/impl/codegen/grpc_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h
index 9097984a96..5f3b96f40b 100644
--- a/include/grpc/impl/codegen/grpc_types.h
+++ b/include/grpc/impl/codegen/grpc_types.h
@@ -342,7 +342,8 @@ typedef struct {
"grpc.disable_client_authority_filter"
/** If set to zero, disables use of http proxies. Enabled by default. */
#define GRPC_ARG_ENABLE_HTTP_PROXY "grpc.enable_http_proxy"
-/** If set to non zero, surfaces the user agent string to the server. */
+/** If set to non zero, surfaces the user agent string to the server. User
+ agent is surfaced by default. */
#define GRPC_ARG_SURFACE_USER_AGENT "grpc.surface_user_agent"
/** \} */