Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(engineresolver): support HTTP/HTTPS proxies (#1353)
By using netxlite.NewHTTPTransportWithOptions in `./internal/engineresolver/factory.go`: 1. we remove an unnecessary usage of the quirky HTTP transport used for measuring by ./legacy/netx et al (removing such unnecessary usages is ooni/probe#2534); 2. we enable using HTTP/HTTPS proxies in miniooni and ooniprobe. Closes ooni/probe#1955.
- Loading branch information