3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/cmd/grafana-cli/services
Ivan Babrou 9a4ae30227
Enable dualstack in every net.Dialer, fixes
Default transport enables it:

* https://github.com/golang/go/blob/d2826d3e06/src/net/http/transport.go#L42-L46

```
    DialContext: (&net.Dialer{
	Timeout:   30 * time.Second,
	KeepAlive: 30 * time.Second,
	DualStack: true,
    }).DialContext,
```

See also: https://github.com/golang/go/issues/15324
2017-09-27 22:29:48 -07:00
..
io_util.go feat(cli): add command for upgrading one plugin 2016-02-16 08:49:27 +01:00
services.go Enable dualstack in every net.Dialer, fixes 2017-09-27 22:29:48 -07:00