Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no_proxy support #194

Closed
wants to merge 3 commits into from
Closed

no_proxy support #194

wants to merge 3 commits into from

Commits on Jan 11, 2011

  1. Support for no_proxy environment variable

    If the environment has a no_proxy or NO_PROXY variable, and the host of the current request is a proper postfix any of the comma-separated strings there, the proxy will be bypassed.
    Victor Engmark committed Jan 11, 2011
    Copy the full SHA
    e4c66fb View commit details
    Browse the repository at this point in the history
  2. Test for empty $no_proxy

    Victor Engmark committed Jan 11, 2011
    Copy the full SHA
    e6ea24b View commit details
    Browse the repository at this point in the history
  3. Avoid halting if $tx->previous is undefined

    Victor Engmark committed Jan 11, 2011
    Copy the full SHA
    e22c945 View commit details
    Browse the repository at this point in the history