mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-21 17:25:23 -04:00
b4c7606333
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