diff options
author | Muxi Yan <mxyan@google.com> | 2017-05-09 16:50:54 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-05-09 16:50:54 -0700 |
commit | b1a80c751d99996bc3e48390081b3b0dfcfbc4e0 (patch) | |
tree | d918e48891e730c9fb26c12b160f485502f89ae3 /include | |
parent | e22bd48cd93cf4c0b777e124631f14bb21073c6c (diff) |
bug fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/grpc_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index a183e1382d..37452e24c5 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -297,7 +297,7 @@ each time recvmsg (or equivalent) is called */ If 0 or unset, the balancer calls will have no deadline. */ #define GRPC_ARG_GRPCLB_CALL_TIMEOUT_MS "grpc.grpclb_timeout_ms" /** If non-zero, grpc server's cronet compression workaround will be enabled */ -#define GRPC_ARG_WORKAROUND_CRONET_COMPRESSION "grpc.socket_factory" +#define GRPC_ARG_WORKAROUND_CRONET_COMPRESSION "grpc.workaround.cronet_compression" /** \} */ /** Result of a grpc call. If the caller satisfies the prerequisites of a |