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
The code in HTTPSession is very complex and some methods won't work when base_urls is not set. When base_urls is not set the callers are most of the time only using the download_file function. We should create a new download_file function that does not depend on HTTPSession.
The text was updated successfully, but these errors were encountered:
The code in HTTPSession is very complex and some methods won't work when base_urls is not set. When base_urls is not set the callers are most of the time only using the download_file function. We should create a new download_file function that does not depend on HTTPSession.
The text was updated successfully, but these errors were encountered: