You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leverage existing URI::Generic and Net::HTTP code for proxy handling
Details:
- Replaced custom use_proxy? method with URI::Generic.use_proxy? to use already existing functionality for handling the `no_proxy` string, which can include a list of comma- or space-separated elements.
- Take advantage of the `p_no_proxy` variable in Net::HTTP to maintain environment variables related to proxy settings.
- Note: With this change, wildcards are no longer usable to bypass the proxy due to limitations in the existing proxy code.
Related to #5004
0 commit comments