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
This is because thread-local storage is unreliable, so using Request object is safer.
Add a mutable parameter to HttpRequest, while maintaining immutability for other parameters.