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

lib/std/http/Client.zig: Ignore empty proxy environment variables #23223

Merged
merged 2 commits into from
Mar 14, 2025

Conversation

elijahimmer
Copy link
Contributor

This fixes #21032 by ignoring proxy environment variables that are empty.

It seemed much better to ignore the empty variables then return an error as it seems like that would more often be annoying and unwanted.

@alexrp alexrp added this to the 0.14.1 milestone Mar 13, 2025
@alexrp alexrp merged commit 1f92b39 into ziglang:master Mar 14, 2025
17 of 18 checks passed
alexrp pushed a commit that referenced this pull request Mar 14, 2025
…3223)

This fixes #21032 by ignoring proxy environment variables that are
empty.
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.

http: unhelpful error 'message' when https_proxy env variable is empty
2 participants