Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow HTTP-exclusive proxies for all requests
Proxies that only support HTTP were causing request timeouts due to an invalid upgrade to HTTPS when creating the request. This update restores the ability to have an HTTP-only proxy for all requests. Fixes #906
- Loading branch information