mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
_ENVIRONMENT.md. Windows does case insensitive env variables
Closes #21907
This commit is contained in:
parent
a89fd1ffd4
commit
ff7086874e
2 changed files with 4 additions and 3 deletions
|
|
@ -32,8 +32,8 @@ uses the **ftp_proxy** variable.
|
|||
|
||||
These proxy variables are also checked for in their uppercase versions, except
|
||||
the **http_proxy** one which is only used lowercase. Note also that some
|
||||
systems actually have a case insensitive handling of environment variables and
|
||||
then of course **HTTP_PROXY** still works.
|
||||
systems (like Windows) have a case insensitive handling of environment
|
||||
variables and then of course **HTTP_PROXY** still works.
|
||||
|
||||
An exception exists for the WebSocket **ws** and **wss** URL schemes, where
|
||||
libcurl first checks **ws_proxy** or **wss_proxy** but if they are not set, it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue