-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Handle space-separated values in NO_PROXY #5465
Conversation
Since there is no standard for the NO_PROXY environment variable allow values to be comma- and space-separated values.
|
Hi @michael-o, I did a bit of digging. While Was there a reason you needed spaces introduced here? |
|
@nateprewitt, yes flexibility in some degree: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247947. Since curl works, I see no reason that py-requests shouldn't. I see no apparent harm by merging this. |
|
@nateprewitt Do you see any change to have this merged? I will happily rebase if required. |
|
Ping... |
|
Curl documents as a comma separated list, I dont think we should do any different. Going to close this. |
|
Well, a decision at least. Although my change is non-invasive. I would also concur your statement:
As it seems the space is happily accepted: Is that sufficient to change your mind? |
Since there is no standard for the NO_PROXY environment variable allow values
to be comma- and space-separated values.