grpc-go/resolver
dfawley 0c16dc1c74
resolver/dns: error if target ends with a colon instead of assuming the default port (#2150)
Technically this is a behavior change, but any usage of "host:" or ":" should be considered invalid, since dialing a target with a trailing ":" attempts to dial port zero, which is never valid (and we always used to pass the target directly to `net.Dial`).

In https://github.com/grpc/grpc/pull/15618, the target format will be defined as: `host[:port]` -- not: `host[:[port]]`.  (This is potentially subject to change.)
2018-06-22 15:23:03 -07:00
..
dns resolver/dns: error if target ends with a colon instead of assuming the default port (#2150) 2018-06-22 15:23:03 -07:00
manual resolver/manual: fix minor typo (#1960) 2018-04-02 10:01:29 -07:00
passthrough Make passthrouth resolver the default instead of dns (#1606) 2017-10-20 12:03:44 -07:00
resolver.go client: introduce WithDisableServiceConfig DialOption (#2010) 2018-05-08 10:28:26 -07:00