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
SR-13028: URLSession does not call willPerformHTTPRedirection
- Check if the session delegate conforms to URLSessionTaskDelegate
instead of using the task behaviour, as dataTask()s created with
a completion handler dont have a .callDelegate behaviour. This was
preventing the delegate method from being called.
0 commit comments