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
Correctly get the filename if the given url has query string
Before this patch, detected filename for this url `http://a.com/m.avi?n=1` was `m.avi?n=1`; now it returns `m.avi`.