vendor: upgrade grpc to 1.2.1
This commit is contained in:
4
cmd/vendor/google.golang.org/grpc/credentials/credentials.go
generated
vendored
4
cmd/vendor/google.golang.org/grpc/credentials/credentials.go
generated
vendored
@ -165,9 +165,7 @@ func (c *tlsCreds) ClientHandshake(ctx context.Context, addr string, rawConn net
|
||||
case <-ctx.Done():
|
||||
return nil, nil, ctx.Err()
|
||||
}
|
||||
// TODO(zhaoq): Omit the auth info for client now. It is more for
|
||||
// information than anything else.
|
||||
return conn, nil, nil
|
||||
return conn, TLSInfo{conn.ConnectionState()}, nil
|
||||
}
|
||||
|
||||
func (c *tlsCreds) ServerHandshake(rawConn net.Conn) (net.Conn, AuthInfo, error) {
|
||||
|
Reference in New Issue
Block a user