VictoriaMetrics/lib/netutil
Aliaksandr Valialkin 4f53147ed4
app/{vminsert,vmselect}/netstorage: allow calling Init()+MustStop() in a loop
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.
2022-10-25 14:43:05 +03:00
..
conn_pool_test.go
conn_pool.go
conn.go
tcpdialer.go
tcplistener.go
tls_test.go
tls.go