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

fix(proxy): allow empty string http_proxy env #5464

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

Hanaasagi
Copy link
Collaborator

What does this PR do?

Support:

  • export https_proxy='' http_proxy=''
  • export https_proxy="" http_proxy=""
  • export https_proxy= http_proxy=

Close: #5380

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

I wrote automated tests

@Jarred-Sumner
Copy link
Collaborator

Thank you

@27escape
Copy link

Thank you from me too! :)

paperdave pushed a commit to SuperAuguste/bun that referenced this pull request Sep 18, 2023
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.

Environment variable https_proxy set but empty causes error: ConnectionRefused
3 participants