chore: keep existing connections

This commit is contained in:
gVisor bot 2023-03-15 09:18:03 +08:00
parent 3c527f8535
commit b641024d1f

View File

@ -52,9 +52,6 @@ var (
func OnSuspend() { func OnSuspend() {
status.Store(Suspend) status.Store(Suspend)
for _, c := range statistic.DefaultManager.Snapshot().Connections {
_ = c.Close()
}
} }
func OnInnerLoading() { func OnInnerLoading() {