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

Add support for custom proxy credentials using the same policy as adopted by Paket #1741

Merged

Conversation

ruhullahshah
Copy link
Contributor

@ruhullahshah ruhullahshah commented Nov 30, 2017

  • Use the same policy as adopted by Paket for proxy handling. In case there is a need to declare a custom proxy, use HTTP_PROXY/HTTPS_PROXY in the command line.

  • Code for proxy handling and memoization taken from Paket

Aims to fix #1660

@@ -0,0 +1,97 @@
[<AutoOpen>]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We try to not do this anymore.

@matthid
Copy link
Member

matthid commented Dec 15, 2017

Thanks looks good, only the AutoOpen should be removed.

@ruhullahshah
Copy link
Contributor Author

You are welcome. I have updated the PR to address the review comments.

@matthid matthid merged commit e50a358 into fsprojects:master Jan 2, 2018
@matthid
Copy link
Member

matthid commented Jan 2, 2018

Thanks

@ruhullahshah
Copy link
Contributor Author

You are welcome :)

@ruhullahshah ruhullahshah deleted the add_support_for_proxy_feature branch January 2, 2018 12:14
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