| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
|
|
||
| /* empty env behaves like unset env */ | ||
| cl_setenv("HTTPS_PROXY", ""); | ||
| assert_proxy_is(NULL); |
There was a problem hiding this comment.
I dug in to the test failures because I thought that the proxy detection code was returning "" as the proxy or something, it was not.
This check needs to happen above the configuration change (or should otherwise undo the configuration change at line 138). The configuration overrides the environment variable, so this test would never be true.
I moved this up above and merged it. Thanks for the fix! 👍
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.