Close idle connections in influxdb outputs when reloading (#5912)

This commit is contained in:
Daniel Nelson
2019-05-31 16:55:31 -07:00
committed by GitHub
parent 9cc3b3d234
commit 17d66b864c
8 changed files with 48 additions and 0 deletions

View File

@@ -136,3 +136,6 @@ func scanLines(data []byte, atEOF bool) (advance int, token []byte, err error) {
}
return 0, nil, nil
}
func (c *udpClient) Close() {
}