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
In my use case, I accept all HTTP/2 push promises and put them in a temporary cache.
After some time, I want to cancel the ones that have not been used yet.
I didn't find a way to do so, did I miss something?
Thanks for the help :)