Make load balancing policy name case insensitive

pull/13595/head
lyuxuan 7 years ago committed by GitHub
parent f0b952824b
commit 7cb1f18dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save