grafana/pkg/services
Ivan Babrou 9a4ae30227
Enable dualstack in every net.Dialer, fixes #9364
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
..
alerting misspell: Corrected some misspelled words 2017-06-05 15:20:34 +03:00
annotations annotation: added region support to annoations 2017-04-12 16:26:34 +02:00
cleanup fix(cleanup): check if images dir exists 2016-09-28 21:12:25 +02:00
eventpublisher no unbound recursion in publish() 2015-05-18 10:04:01 -04:00
notifications Enable dualstack in every net.Dialer, fixes #9364 2017-09-27 22:29:48 -07:00
search Revert "Enable the "limit" param in /api/search" 2016-06-17 11:22:39 +02:00
sqlstore fix: fixed failing sql unit test 2017-06-07 15:42:48 +02:00