1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

http: fix serve http exits directly after starting

This commit is contained in:
Cnly
2021-07-24 18:01:58 +08:00
committed by Nick Craig-Wood
parent f39a08c9d7
commit bc74f0621e
2 changed files with 11 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ control the stats printing.
return err
}
s.Bind(router)
httplib.Wait()
return nil
})
},