package_control
package_control copied to clipboard
Fix client side basic auth
This PR fixes two bugs related with basic authentication:
- The
http_basic_authsetting is not cached by PackageManager and therefore not passed to downloaders. - Basic authentication doesn't work for WinINetDownloader
As a result users with numerous custom repositories might quickly hit rather low API rate limits.