Commit c431233
config.py: add config_default_proxy_exclude()
Automagically defaulting --proxy-url to a proxy value found in the
environment is nice. But it backfires seriously when not ignoring the
no_proxy= value in the same environment, because it effectively blocks
access to internal mirrors with timeouts and/or confusing error
messages.
Signed-off-by: Marc Herbert <[email protected]>1 parent 07a0a2b commit c431233
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1087 | 1087 | | |
1088 | 1088 | | |
1089 | 1089 | | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
1090 | 1105 | | |
1091 | 1106 | | |
1092 | 1107 | | |
| |||
3916 | 3931 | | |
3917 | 3932 | | |
3918 | 3933 | | |
| 3934 | + | |
| 3935 | + | |
3919 | 3936 | | |
3920 | 3937 | | |
3921 | 3938 | | |
| |||
0 commit comments