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
Use Acquire/Release ordering for the application ID (#3340)
`Relaxed` is the wrong ordering to use in the case of the application
ID, as there is nothing guaranteeing that `Http::application_id()` will
read the value *after* it was set by `Http::set_application_id()`.
0 commit comments