mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
9a4ae30227
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 |
||
---|---|---|
.. | ||
codes_test.go | ||
codes.go | ||
email.go | ||
mailer.go | ||
notifications_test.go | ||
notifications.go | ||
send_email_integration_test.go | ||
webhook.go |