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

Pass proxy values using the wget -e option #272

Merged
merged 1 commit into from
Apr 12, 2017
Merged

Conversation

nanliu
Copy link
Contributor

@nanliu nanliu commented Apr 12, 2017

The provider was passing the wget command proxy command line options directly,
but these options do not currently exist. This change passes the proxy
values using the '-e,--execute ' option, which executes the given
command as if it were included in a .wgetrc file.

The provider was passing the wget command proxy command line options directly,
but these options do not currently exist. This change passes the proxy
values using the '-e,--execute <command>' option, which executes the given
command as if it were included in a .wgetrc file.
@nanliu
Copy link
Contributor Author

nanliu commented Apr 12, 2017

Fixes #256, rebase of PR #257 with new rspec tests. Thanks @walkamongus!

@nanliu nanliu merged commit 36e1a9b into voxpupuli:master Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants