mirror of https://github.com/grpc/grpc-go.git
alts: add trailing dot to metadata.google.internal (#3460)
This commit is contained in:
parent
09f5e89ac4
commit
399ae78064
|
|
@ -42,7 +42,7 @@ import (
|
||||||
const (
|
const (
|
||||||
// hypervisorHandshakerServiceAddress represents the default ALTS gRPC
|
// hypervisorHandshakerServiceAddress represents the default ALTS gRPC
|
||||||
// handshaker service address in the hypervisor.
|
// handshaker service address in the hypervisor.
|
||||||
hypervisorHandshakerServiceAddress = "metadata.google.internal:8080"
|
hypervisorHandshakerServiceAddress = "metadata.google.internal.:8080"
|
||||||
// defaultTimeout specifies the server handshake timeout.
|
// defaultTimeout specifies the server handshake timeout.
|
||||||
defaultTimeout = 30.0 * time.Second
|
defaultTimeout = 30.0 * time.Second
|
||||||
// The following constants specify the minimum and maximum acceptable
|
// The following constants specify the minimum and maximum acceptable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue