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
derp/derpserver/derpserver.go has an expVarFunc helper to handle Server mutex locking/unlocking for expvar.Funcs, but a couple metrics don't use it and thus have data races.
derp/derpserver/derpserver.go has an expVarFunc helper to handle Server mutex locking/unlocking for expvar.Funcs, but a couple metrics don't use it and thus have data races.
Thanks to Khaled M. Alshammri for the report.