From 7cb1f18dc27eacaf99aa059cdd429352b4a51d63 Mon Sep 17 00:00:00 2001 From: lyuxuan Date: Fri, 1 Dec 2017 11:40:10 -0800 Subject: Make load balancing policy name case insensitive --- doc/service_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/service_config.md') diff --git a/doc/service_config.md b/doc/service_config.md index 0abbd7f324..dd1cbc5630 100644 --- a/doc/service_config.md +++ b/doc/service_config.md @@ -12,7 +12,7 @@ The service config is a JSON string of the following form: ``` { - // Load balancing policy name. + // Load balancing policy name (case insensitive). // Currently, the only selectable client-side policy provided with gRPC // is 'round_robin', but third parties may add their own policies. // This field is optional; if unset, the default behavior is to pick -- cgit v1.2.3