mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
d9bbf24183
Previously netstorage.MustStop() call didn't free up all the resources, so the subsequent call to nestorage.Init() would panic. This allows writing tests, which call nestorage.Init() + nestorage.MustStop() in a loop. |
||
---|---|---|
.. | ||
conn.go | ||
tcplistener.go | ||
tls.go | ||
tls_test.go |