Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Updater.Stop() panic (PaulSonOfLars#69)
Updater.Stop() causes a call to http.Server.Shutdown() that make the listeners to immediately return ErrServerClosed, causing a panic when shutting down normally. On the contrary, we don't want to panic on ErrServerClosed.
- Loading branch information