Merge pull request #10149 from jingyih/fix_goword_checking_in_clientv3

clientv3: fix goword checking in config.go
This commit is contained in:
Gyuho Lee 2018-10-03 07:42:16 -07:00 committed by GitHub
commit eca5f03cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ type Config struct {
// TODO: configure gRPC logger
LogConfig *zap.Config
// PermitWithoutStream, if set true, client can send keepalive pings to server without any active streams(RPCs).
// PermitWithoutStream when set will allow client to send keepalive pings to server without any active streams(RPCs).
PermitWithoutStream bool `json:"permit-without-stream"`
}