var address string
if r := serviceResolverFromGRPCURL(d.frontendHTTPURL); r != nil {
resolver: r,
underlying: transport,
httpPort: d.frontendHTTPPort,
}
address = "internal" // This will be replaced by the roundTripper
} else {
// Use the URL as-is and leave the transport unmodified.