Zoo Sky

Results 11 comments of Zoo Sky

no_proxy support is often a requirement in corporate use cases.

I tested it with Reqwest 0.10.4 with no success. Then I patched drill to use Reqwest 0.10.10, and it worked as expected. See also ``` ## v0.10.7 - Add `NO_PROXY`...

If you opt in for upgrading reqwest 0.10.10, the NO_PROXY issue is solved and a NO_PROXY setting in the env is supported.

Thanks for your time and for drill. It saved my day! As I understand the implementation of Reqwest 0.10.10, it respects environment settings like https_proxy and no_proxy. So this might...

`no_proxy` support would be really nice.

@Jotschi is there an impediment fixing #721 ?

@wellitecho see my PR further up. You only need to take a newer version of this decency, recompile is, and you have support for no_proxy support.

Why this change? no_proxy setting only worked with this change according to my tests behind corp proxy.