Close idle connections in influxdb outputs when reloading (#5912)
This commit is contained in:
@@ -136,3 +136,6 @@ func scanLines(data []byte, atEOF bool) (advance int, token []byte, err error) {
|
||||
}
|
||||
return 0, nil, nil
|
||||
}
|
||||
|
||||
func (c *udpClient) Close() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user