Files
i晟 b4c7606333 fix: fallback to lowercase proxy env vars (http_proxy, https_proxy, no_proxy) (#767)
Currently plugin_daemon only reads HTTP_PROXY/HTTPS_PROXY/NO_PROXY in
uppercase via envconfig. Many Linux environments set these in lowercase
(http_proxy/https_proxy/no_proxy), causing plugin installation failures
behind proxies.

This adds a fallback in SetDefault() that reads lowercase variants when
the uppercase ones are empty.

Fixes #18752
2026-07-06 11:28:25 +08:00
..