diff options
author | Florian Schlichting <fsfs@debian.org> | 2015-08-11 19:01:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-11 19:01:08 +0200 |
commit | 082523bcea00a5b4067589f0782c79204ffad93c (patch) | |
tree | f23d21e161416d28a6ed47cd436bb19a3d39eeac | |
parent | 5d13c13821870206eab1c8ef19b89ff5cfe1e1d4 (diff) | |
download | mpd-082523bcea00a5b4067589f0782c79204ffad93c.tar.gz mpd-082523bcea00a5b4067589f0782c79204ffad93c.tar.xz mpd-082523bcea00a5b4067589f0782c79204ffad93c.zip |
doc/user: document effect of http_proxy envvar on curl plugin
-rw-r--r-- | doc/user.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 02d94c0f6..a08a5aec0 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1532,6 +1532,14 @@ buffer_size: 16384</programlisting> Opens remote files or streams over HTTP. </para> + <para> + Note that unless overridden by the below settings (e.g. by + setting them to a blank value), general curl configuration + from environment variables such as + <varname>http_proxy</varname> or specified in + <filename>~/.curlrc</filename> will be in effect. + </para> + <informaltable> <tgroup cols="2"> <thead> |