You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/server: remove data race between Listen and Shutdown
Shutdown is now idempotent: it does nothing if the server
was never started or was already stopped.
Listen is guarded by sync.Once so the HTTP server can be
started at most once.
Fixes#667
0 commit comments